summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLRuntimeStylingHelper.h
blob: fa1543ec471f4b017c5639c37287078702597936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#import <Foundation/Foundation.h>

#import "MGLTypes.h"

@interface MGLRuntimeStylingHelper : NSObject

+ (NSArray *)testPadding;

+ (NSArray *)testOffset;

+ (NSArray *)testFont;

+ (NSArray *)testDashArray;

+ (NSNumber *)testNumber;

+ (NSNumber *)testBool;

+ (NSString *)testString;

+ (MGLColor *)testColor;

+ (NSValue *)testEnum:(NSUInteger)value type:(const char *)type;

@end