GT2/GT2-Android/node_modules/react-native-maps/lib/ios/AirGoogleMaps/AIRGMSPolyline.h

17 lines
339 B
C
Raw Normal View History

//
// AIRGMSPolyline.h
// AirMaps
//
// Created by Guilherme Pontes 04/05/2017.
//
#import <GoogleMaps/GoogleMaps.h>
#import <React/UIView+React.h>
@class AIRGoogleMapPolyline;
@interface AIRGMSPolyline : GMSPolyline
@property (nonatomic, strong) NSString *identifier;
@property (nonatomic, copy) RCTBubblingEventBlock onPress;
@end