@@ -176,20 +176,21 @@ } /*! * The delegate that is used by the XML parser. */ -@property OF_NULLABLE_PROPERTY (assign) id delegate; +@property OF_NULLABLE_PROPERTY (nonatomic, assign) + id delegate; /*! * The depth limit for the XML parser. * * If the depth limit is exceeded, an OFMalformedXMLException is thrown. * * The default is 32. 0 means unlimited (insecure!). */ -@property size_t depthLimit; +@property (nonatomic) size_t depthLimit; /*! * @brief Creates a new XML parser. * * @return A new, autoreleased OFXMLParser