1 // 2 // AIRGoogleMapCircleManager.h 3 // 4 // Created by Nick Italiano on 10/24/16. 5 // 6 7 #ifdef HAVE_GOOGLE_MAPS 8 9 #import <React/RCTViewManager.h> 10 11 @interface AIRGoogleMapCircleManager : RCTViewManager 12 13 @end 14 15 #endif 16