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