summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyleAttributeFunction.h
blob: 4372525c38d6d449cd9a7ec725ecb05f139dbcdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#import <Foundation/Foundation.h>

#import "MGLTypes.h"
#import "MGLStyleAttributeValue.h"


NS_ASSUME_NONNULL_BEGIN

@interface MGLStyleAttributeFunction : NSObject <MGLStyleAttributeValue>

@property (nonatomic, copy) NSDictionary<NSNumber *, id> *stops;

@property (nonatomic, copy, nullable) NSString *property;

@property (nonatomic, copy, nullable) NSNumber *base;

@end

NS_ASSUME_NONNULL_END