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

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

@interface MGLSource (Private)

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

@end