summaryrefslogtreecommitdiff
path: root/platform/osx/src/MGLAccountManager_Private.h
blob: a918f2b2d33c149a0801e713f3711ae581aa7bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import <mbgl/osx/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