summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLNetworkConfiguration.h
blob: 4e22fa294c6e5344ba329788aef92e1819e81da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <Foundation/Foundation.h>

@interface MGLNetworkConfiguration : NSObject

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

/// The current API base URL.
@property (atomic) NSURL *apiBaseURL;

@end