1 // 2 // AIRGoogleMapWMSTileManager.h 3 // AirMaps 4 // 5 // Created by nizam on 10/28/18. 6 // Copyright © 2018. All rights reserved. 7 // 8 9 #ifdef HAVE_GOOGLE_MAPS 10 11 #import <Foundation/Foundation.h> 12 #import <React/RCTViewManager.h> 13 14 @interface AIRGoogleMapWMSTileManager : RCTViewManager 15 @end 16 17 #endif 18