mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 04:51:15 +00:00
13 lines
224 B
Objective-C
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 |