10 lines
194 B
C
10 lines
194 B
C
|
//
|
||
|
// Created by Leland Richardson on 12/27/15.
|
||
|
// Copyright (c) 2015 Facebook. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <React/RCTViewManager.h>
|
||
|
|
||
|
|
||
|
@interface AIRMapPolylineManager : RCTViewManager
|
||
|
@end
|