ObjFW  Diff

Differences From Artifact [90fda79f41]:

To Artifact [1c0a70b9ab]:


26
27
28
29
30
31
32







33
#endif
#endif

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







@end







>
>
>
>
>
>
>

26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#endif
#endif

/**
 * \brief A class for storing constant strings using the \@"" literal.
 */
@interface OFConstantString: OFString
/**
 * \brief Completes initialization of the OFConstantString
 *
 * This method completes the initialization, as the constant strings created by
 * the compiler are not fully initialized.
 */
- (void)completeInitialization;
@end