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

namespace mbgl {
    namespace style {
        class VectorSource;
    }
}

@interface MGLVectorSource (Private)

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

@end