ObjFW  Diff

Differences From Artifact [f48771824d]:

To Artifact [a1a961b40a]:


19
20
21
22
23
24
25
26
27
#ifdef OF_APPLE_RUNTIME
extern void *_OFConstantStringClassReference;
#endif

/**
 * \brief A class for storing constant strings using the \@"" literal.
 */
@interface OFConstantString: OFString {}
@end







|

19
20
21
22
23
24
25
26
27
#ifdef OF_APPLE_RUNTIME
extern void *_OFConstantStringClassReference;
#endif

/**
 * \brief A class for storing constant strings using the \@"" literal.
 */
@interface OFConstantString: OFString
@end