summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-05-12 16:33:32 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-05-12 16:33:32 -0700
commit18b96ec4fdd46432d1c2f024b342b5833b342955 (patch)
tree78a5070a3aaf73bb5c2687d92fa48824e3f42f09 /include
parent7ed31065ed9fb165d2467d17668fa7fe724d566a (diff)
downloadqtlocation-mapboxgl-18b96ec4fdd46432d1c2f024b342b5833b342955.tar.gz
fix spacing, ordering, imports
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLAccountManager.h4
-rw-r--r--include/mbgl/ios/MapboxGL.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/include/mbgl/ios/MGLAccountManager.h b/include/mbgl/ios/MGLAccountManager.h
index f8bb2bf9a6..aed14a9d9b 100644
--- a/include/mbgl/ios/MGLAccountManager.h
+++ b/include/mbgl/ios/MGLAccountManager.h
@@ -1,3 +1,5 @@
+#import <Foundation/Foundation.h>
+
@interface MGLAccountManager : NSObject
+ (void) setMapboxMetricsEnabledSettingShownInApp:(BOOL)showsOptOut;
@@ -5,4 +7,4 @@
+ (void) setAccessToken:(NSString *) accessToken;
+ (NSString *) accessToken;
-@end \ No newline at end of file
+@end
diff --git a/include/mbgl/ios/MapboxGL.h b/include/mbgl/ios/MapboxGL.h
index 34e080a511..a6d23d3280 100644
--- a/include/mbgl/ios/MapboxGL.h
+++ b/include/mbgl/ios/MapboxGL.h
@@ -1,5 +1,5 @@
+#import "MGLAccountManager.h"
#import "MGLAnnotation.h"
#import "MGLMapView.h"
#import "MGLTypes.h"
#import "MGLUserLocation.h"
-#import "MGLAccountManager.h" \ No newline at end of file