summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLAccountManager_Private.h
blob: 655af08f2003b4f0b64964790473894d9d015863 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import "MGLAccountManager.h"

@interface MGLAccountManager (Private)

/// Returns the shared instance of the `MGLAccountManager` class.
+ (instancetype)sharedManager;

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

@end