1 // 2 // AIRGoogleMapMarkerManager.h 3 // AirMaps 4 // 5 // Created by Gil Birman on 9/2/16. 6 // 7 8 #ifdef HAVE_GOOGLE_MAPS 9 10 #import <React/RCTViewManager.h> 11 12 @interface AIRGoogleMapMarkerManager : RCTViewManager 13 14 @end 15 16 #endif 17