#import #import "MGLStyleAttributeValue.h" #import "MGLStyleLayer_Private.h" #import "MGLStyleAttributeValue_Private.h" @interface MGLStyleAttribute : NSObject + (id )mbgl_colorWithPropertyValueColor:(mbgl::style::PropertyValue)property; + (id )mbgl_numberWithPropertyValueNumber:(mbgl::style::PropertyValue)property; + (id )mbgl_boolWithPropertyValueBool:(mbgl::style::PropertyValue)property; + (id )mbgl_stringWithPropertyValueString:(mbgl::style::PropertyValue)property; + (id )mbgl_offsetWithPropertyValueOffset:(mbgl::style::PropertyValue>)property; + (id )mbgl_paddingWithPropertyValuePadding:(mbgl::style::PropertyValue>)property; + (id )mbgl_stringArrayWithPropertyValueStringArray:(mbgl::style::PropertyValue>)property; + (id )mbgl_numberArrayWithPropertyValueNumberArray:(mbgl::style::PropertyValue>)property; @end