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