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