mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 04:51:15 +00:00
14 lines
229 B
Objective-C
14 lines
229 B
Objective-C
//
|
|
// RCTMGLShapeSourceManager.h
|
|
// RCTMGL
|
|
//
|
|
// Created by Nick Italiano on 9/19/17.
|
|
// Copyright © 2017 Mapbox Inc. All rights reserved.
|
|
//
|
|
|
|
#import "ViewManager.h"
|
|
|
|
@interface RCTMGLShapeSourceManager : ViewManager
|
|
|
|
@end
|