summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSExpression+MGLAdditions.h
blob: 4e8c5ee0717f20db3a1cc9f55c1ca3c409b91ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <Foundation/Foundation.h>

#include <mbgl/style/filter.hpp>

@interface NSExpression (MGLAdditions)

- (mbgl::Value)mgl_filterValue;

- (std::vector<mbgl::Value>)mgl_filterValues;

@end