#import #import "MGLTypes.h" #import "MGLStyleValue.h" @interface MGLRuntimeStylingHelper : NSObject + (MGLStyleConstantValue *)testPadding; + (MGLStyleFunction *)testPaddingFunction; + (MGLStyleConstantValue *)testOffset; + (MGLStyleFunction *)testOffsetFunction; + (MGLStyleConstantValue *> *)testFont; + (MGLStyleFunction *> *)testFontFunction; + (MGLStyleConstantValue *> *)testDashArray; + (MGLStyleFunction *> *)testDashArrayFunction; + (MGLStyleConstantValue *)testNumber; + (MGLStyleFunction *)testNumberFunction; + (MGLStyleConstantValue *)testBool; + (MGLStyleFunction *)testBoolFunction; + (MGLStyleConstantValue *)testString; + (MGLStyleFunction *)testStringFunction; + (MGLStyleConstantValue *)testColor; + (MGLStyleFunction *)testColorFunction; + (MGLStyleConstantValue *)testEnum:(NSUInteger)value type:(const char *)type; + (MGLStyleFunction *)testEnumFunction:(NSUInteger)value type:(const char *)type; @end