summaryrefslogtreecommitdiff
path: root/include/mbgl
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl')
-rw-r--r--include/mbgl/ios/MapboxGL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MapboxGL.h b/include/mbgl/ios/MapboxGL.h
index 4e5ff09b26..8470591d5d 100644
--- a/include/mbgl/ios/MapboxGL.h
+++ b/include/mbgl/ios/MapboxGL.h
@@ -5,7 +5,7 @@
@interface MapboxGL : NSObject
-+ (id) sharedInstanceWithAccessToken:(NSString *)token;
++ (instancetype) sharedInstanceWithAccessToken:(NSString *)token;
+ (NSString *) getAccessToken;
@end \ No newline at end of file