8 lines
139 B

2 years ago
#import <UIKit/UIKit.h>
#import <GoogleMaps/GoogleMaps.h>
@interface PolygonsViewController : UIViewController<GMSMapViewDelegate>
@end