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