#import #import "MGLStyleAttributeValue.h" #import "MGLStyleLayer_Private.h" #import "MGLStyleAttributeValue_Private.h" @interface MGLStyleAttribute : NSObject + (id )mbgl_colorPropertyValueWith:(mbgl::style::PropertyValue)property; + (id )mbgl_numberPropertyValueWith:(mbgl::style::PropertyValue)property; + (id )mbgl_boolPropertyValueWith:(mbgl::style::PropertyValue)property; + (id )mbgl_stringPropertyValueWith:(mbgl::style::PropertyValue)property; + (id )mbgl_offsetPropertyValueWith:(mbgl::style::PropertyValue>)property; + (id )mbgl_paddingPropertyValueWith:(mbgl::style::PropertyValue>)property; + (id )mbgl_stringArrayPropertyValueWith:(mbgl::style::PropertyValue>)property; + (id )mbgl_numberArrayPropertyValueWith:(mbgl::style::PropertyValue>)property; @end