ObjFW  Diff

Differences From Artifact [6c64f3e60f]:

To Artifact [e83b475868]:


18
19
20
21
22
23
24
25

26
27
28
29
30

31
32
33
34
35
36

37
38
39
18
19
20
21
22
23
24

25
26
27
28
29

30
31
32
33
34
35

36
37
38
39







-
+




-
+





-
+



#import "OFString.h"

OF_ASSUME_NONNULL_BEGIN

#ifdef __cplusplus
extern "C" {
#endif
extern int _OFString_PropertyListValue_reference;
extern int _OFString_PropertyListParsing_reference;
#ifdef __cplusplus
}
#endif

@interface OFString (PropertyListValue)
@interface OFString (PropertyListParsing)
/*!
 * @brief The string interpreted as a property list and parsed as an object.
 *
 * @note This only supports XML property lists!
 */
@property (readonly, nonatomic) id propertyListValue;
@property (readonly, nonatomic) id objectByParsingPropertyList;
@end

OF_ASSUME_NONNULL_END