ObjFW  Diff

Differences From Artifact [befef63d14]:

To Artifact [983fbf3be6]:


24
25
26
27
28
29
30
31


32
33
34
35
36
24
25
26
27
28
29
30

31
32
33
34
35
36
37







-
+
+





extern int _OFXMLElement_Serialization_reference;
#ifdef __cplusplus
}
#endif

@interface OFXMLElement (OFSerialization)
/*!
 * The XML element interpreted as serialization and parsed into an object.
 * @brief The XML element interpreted as serialization and parsed into an
 *	  object.
 */
@property (readonly, nonatomic) id objectByDeserializing;
@end

OF_ASSUME_NONNULL_END