summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLAccountManager_Private.h
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-04-12 18:59:09 -0400
committerJason Wray <jason@mapbox.com>2018-04-16 18:42:34 -0400
commitd4e597eb94a90a816fcc480fa7b6719430a20b84 (patch)
treeac098db0c1a3f35d883b8565c8bc598dc7647ad1 /platform/darwin/src/MGLAccountManager_Private.h
parent0529c018f3ea76d2aa0405c88849fe319cc1da25 (diff)
downloadqtlocation-mapboxgl-d4e597eb94a90a816fcc480fa7b6719430a20b84.tar.gz
[ios, macos] Convert various class methods to class properties
This improves the Swift interface while having no effect on Obj-C usage.
Diffstat (limited to 'platform/darwin/src/MGLAccountManager_Private.h')
-rw-r--r--platform/darwin/src/MGLAccountManager_Private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLAccountManager_Private.h b/platform/darwin/src/MGLAccountManager_Private.h
index 655af08f20..b68016b1a7 100644
--- a/platform/darwin/src/MGLAccountManager_Private.h
+++ b/platform/darwin/src/MGLAccountManager_Private.h
@@ -3,7 +3,7 @@
@interface MGLAccountManager (Private)
/// Returns the shared instance of the `MGLAccountManager` class.
-+ (instancetype)sharedManager;
+@property (class, nonatomic, readonly) MGLAccountManager *sharedManager;
/// The current global access token.
@property (atomic) NSString *accessToken;