@interface SAHAFloatValue : SAHAAttributeValue @property (nonatomic) float value; + (id)floatValue; + (id)floatValueWithDictionary:(id)a0 context:(id)a1; - (id)groupIdentifier; - (id)encodedClassName; @end