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

16 lines
287 B
C
Raw Normal View History

//
// AIRGoogleMapCallout.h
// AirMaps
//
// Created by Gil Birman on 9/6/16.
//
//
#import <UIKit/UIKit.h>
#import <React/RCTView.h>
@interface AIRGoogleMapCallout : UIView
@property (nonatomic, assign) BOOL tooltip;
@property (nonatomic, copy) RCTBubblingEventBlock onPress;
@end