summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLAccountManager_Private.h
blob: b68016b1a717993dd3f4f5a86d649b174bc06a8c (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.
@property (class, nonatomic, readonly) MGLAccountManager *sharedManager;

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

@end