summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLSource_Private.h
blob: 2b8658b4cbd480415ea81c22a1e7c2368d9f24d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#import "MGLSource.h"

#include <mbgl/mbgl.hpp>
#include <mbgl/style/source.hpp>

@interface MGLSource (Private)

- (std::unique_ptr<mbgl::style::Source>)mbglSource;

@property (nonatomic) mbgl::style::Source *source;

@end