ObjFW  Diff

Differences From Artifact [c67ffb3cd3]:

To Artifact [0280f20096]:


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

@interface OFString (Serialization)
/*!
 * @brief The string interpreted as serialization and parsed as an object.
 */
@property (readonly, nonatomic) id objectByDeserializing;
@end

OF_ASSUME_NONNULL_END







|






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

@interface OFString (Serialization)
/**
 * @brief The string interpreted as serialization and parsed as an object.
 */
@property (readonly, nonatomic) id objectByDeserializing;
@end

OF_ASSUME_NONNULL_END