Files
react-native-mapbox-gl/ios/RCTMapboxGL/RCTMapboxGLManager.h
T
2015-10-11 11:53:56 -07:00

13 lines
224 B
Objective-C

//
// RCTMapboxGLManager.h
// RCTMapboxGL
//
// Created by Bobby Sudekum on 4/30/15.
// Copyright (c) 2015 Mapbox. All rights reserved.
//
#import "RCTViewManager.h"
@interface RCTMapboxGLManager : RCTViewManager
@end