summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MapboxGL.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/ios/MapboxGL.h')
-rw-r--r--include/mbgl/ios/MapboxGL.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mbgl/ios/MapboxGL.h b/include/mbgl/ios/MapboxGL.h
index c32915bc76..84c3f45429 100644
--- a/include/mbgl/ios/MapboxGL.h
+++ b/include/mbgl/ios/MapboxGL.h
@@ -2,3 +2,9 @@
#import "MGLMapView.h"
#import "MGLTypes.h"
#import "MGLUserLocation.h"
+
+@interface MapboxGL : NSObject
+
++ (void) sharedInstanceWithAccessToken:(NSString *)token;
+
+@end \ No newline at end of file