@@ -13,17 +13,18 @@ * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFObject.h" +#import "OFSerialization.h" @class OFString; /** * \brief A representation of an attribute of an XML element as an object. */ -@interface OFXMLAttribute: OFObject +@interface OFXMLAttribute: OFObject { @public OFString *name; OFString *ns; OFString *stringValue;