16 lines
287 B
C
16 lines
287 B
C
|
//
|
||
|
// 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
|