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

@interface MGLSource : NSObject

@property (nonatomic, copy) NSString *sourceIdentifier;

- (instancetype)initWithSourceIdentifier:(NSString *)sourceIdentifier;

@end