19 OF_ASSUME_NONNULL_BEGIN
21 #if !defined(OF_CONSTANT_STRING_M) && \
22 defined(OF_APPLE_RUNTIME) && !defined(__OBJC2__)
26 extern void *_OFConstantStringClassReference;
40 unsigned int _cStringLength;
A class for storing constant strings using the @"" literal.
Definition: OFConstantString.h:37
A class for handling strings.
Definition: OFString.h:91