1 // 2 // AIRGoogleMapCalloutSubview.h 3 // AirMaps 4 // 5 // Created by Denis Oblogin on 10/8/18. 6 // 7 // 8 9 #ifdef HAVE_GOOGLE_MAPS 10 11 #import <UIKit/UIKit.h> 12 #import <React/RCTView.h> 13 14 @interface AIRGoogleMapCalloutSubview : UIView 15 @property (nonatomic, copy) RCTBubblingEventBlock onPress; 16 @end 17 18 #endif 19