8 lines
142 B

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