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

#import "MGLStyleLayer.h"
#import "MGLFillStyleLayer.h"
#import <mbgl/util/default_styles.hpp>
#include <mbgl/mbgl.hpp>

@interface MGLStyle (Private)
@property (nonatomic, weak) MGLMapView *mapView;
@end