ObjFW  Diff

Differences From Artifact [180a9b9155]:

To Artifact [6e6e36905e]:


38
39
40
41
42
43
44
45

46
47

48
49
50
38
39
40
41
42
43
44

45
46

47
48
49
50







-
+

-
+




/*!
 * @brief Initializes an already allocated OFXMLCDATA with the specified string.
 *
 * @param string The string value for the CDATA
 * @return An initialized OFXMLCDATA
 */
- initWithString: (OFString *)string;
- (instancetype)initWithString: (OFString *)string;

- initWithSerialization: (OFXMLElement *)element;
- (instancetype)initWithSerialization: (OFXMLElement *)element;
@end

OF_ASSUME_NONNULL_END