@@ -9,12 +9,13 @@ * the packaging of this file. */ #import "OFObject.h" #import "OFString.h" -#import "OFDictionary.h" -#import "OFArray.h" + +@class OFDictionary; +@class OFMutableArray; extern int _OFXMLElement_reference; /** * The OFXMLAttribute represents an attribute of an XML element as an object.