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

namespace mbgl {
    namespace style {
        class RasterSource;
    }
}

@interface MGLRasterSource (Private)

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

@end