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

NS_ASSUME_NONNULL_BEGIN

namespace mbgl {
    namespace style {
        class RasterSource;
    }
}

@interface MGLRasterSource (Private)

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

@end

NS_ASSUME_NONNULL_END