mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 13:01:15 +00:00
10 lines
197 B
Objective-C
10 lines
197 B
Objective-C
//
|
|
// Copyright (c) 2016 Mapbox. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <Mapbox/Mapbox.h>
|
|
|
|
@interface MGLPolygon (RCTAdditions)
|
|
- (NSMutableArray *)coordinateArray;
|
|
@end |