ObjFW  Diff

Differences From Artifact [54cf47bc37]:

To Artifact [6735941add]:


24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
extern int _OFString_XMLEscaping_reference;
#ifdef __cplusplus
}
#endif

@interface OFString (XMLEscaping)
/*!
 * @brief Escapes a string for use in an XML document.
 *
 * @return A new autoreleased string
 */
- (OFString *)stringByXMLEscaping;
@end

OF_ASSUME_NONNULL_END







|
<
<

|



24
25
26
27
28
29
30
31


32
33
34
35
36
extern int _OFString_XMLEscaping_reference;
#ifdef __cplusplus
}
#endif

@interface OFString (XMLEscaping)
/*!
 * The string in a form escaped for use in an XML document.


 */
@property (readonly, nonatomic) OFString *stringByXMLEscaping;
@end

OF_ASSUME_NONNULL_END