12 lines
182 B
C
12 lines
182 B
C
|
//
|
||
|
// AIRGoogleMapPolylineManager.h
|
||
|
//
|
||
|
// Created by Nick Italiano on 10/22/16.
|
||
|
//
|
||
|
|
||
|
#import <React/RCTViewManager.h>
|
||
|
|
||
|
@interface AIRGoogleMapPolylineManager : RCTViewManager
|
||
|
|
||
|
@end
|