Skip to content

Commit 10b13c0

Browse files
author
masashiGMS
committed
fix: issue #912
1 parent 2bbeab8 commit 10b13c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ios/GoogleMaps/PluginUtil.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
#import "MainViewController.h"
1515
#import <QuartzCore/QuartzCore.h>
1616
#import <objc/runtime.h>
17-
#import "MFGoogleMapAdditions/GMSCoordinateBounds+Geometry.h"
17+
//#import "MFGoogleMapAdditions/GMSCoordinateBounds+Geometry.h"
18+
#import "GMSCoordinateBounds+Geometry.h"
1819

1920
typedef void (^MYCompletionHandler)(NSError *error);
2021

0 commit comments

Comments
 (0)