summaryrefslogtreecommitdiff
path: root/platform/macos/app/MGLStyle+MBXAdditions.h
blob: dcaf42af288d2dfc2a5d9754f75a1c4b3437744d (plain)
1
2
3
4
5
6
7
#import <Mapbox/Mapbox.h>

@interface MGLStyle (MBXAdditions)

@property (nonatomic, strong) NS_ARRAY_OF(__kindof MGLStyleLayer *) *reversedLayers;

@end