summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLVectorSource_Private.h
blob: 12fcd82012466c6371ebf45f4516288d8a863b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#import "MGLVectorSource.h"

NS_ASSUME_NONNULL_BEGIN

namespace mbgl {
    namespace style {
        class VectorSource;
    }
}

@interface MGLVectorSource (Private)

- (instancetype)initWithRawSource:(mbgl::style::VectorSource *)rawSource;

@end

NS_ASSUME_NONNULL_END