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

@interface MGLStyle (MBXAdditions)

@property (nonatomic, strong) NSArray<__kindof MGLStyleLayer *> *reversedLayers;

@end