// // AIRGoogleMapManager.h // AirMaps // // Created by Gil Birman on 9/1/16. // #ifdef HAVE_GOOGLE_MAPS #import @interface AIRGoogleMapManager : RCTViewManager @property (nonatomic) BOOL isGesture; @end #endif