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