ObjFW  Diff

Differences From Artifact [250582e910]:

To Artifact [1fa39e7915]:


12
13
14
15
16
17
18
19
20
21
22
#import "OFString.h"

#ifdef OF_APPLE_RUNTIME
extern void *_OFConstStringClassReference;
#endif

/**
 * A class for storing static strings using the @"" literal.
 */
@interface OFConstString: OFString {}
@end







|



12
13
14
15
16
17
18
19
20
21
22
#import "OFString.h"

#ifdef OF_APPLE_RUNTIME
extern void *_OFConstStringClassReference;
#endif

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