summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLBaseStyleLayer_Private.h
blob: 0cbb076b35de4fa16b96f3e3aec39ad7003ea14b (plain)
1
2
3
4
5
6
7
8
9
#import "MGLBaseStyleLayer.h"

#import "NSPredicate+MGLAdditions.h"

@interface MGLBaseStyleLayer (MGLBaseStyleLayer_Private)

- (void)update;

@end