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