summaryrefslogtreecommitdiff
path: root/platform/osx/src/MGLAccountManager_Private.h
blob: 5088c8dfd2249afd181afc62117c550b5a7d5ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import <MGLAccountManager.h>

@interface MGLAccountManager (Private)

/**
    Returns the shared instance of the `MGLAccountManager` class.
 
    This method can be called from any thread.
 */
+ (instancetype)sharedManager;

/// The current global access token.
@property (atomic) NSString *accessToken;

@end