ObjFW  Diff

Differences From Artifact [ce04431695]:

To Artifact [475e4177ca]:


14
15
16
17
18
19
20
21

22
23
24
25
26
27
14
15
16
17
18
19
20

21
22
23
24
25
26
27







-
+






 * file.
 */

#import "OFString_UTF8.h"

OF_ASSUME_NONNULL_BEGIN

@interface OFString_UTF8 (OF_PRIVATE_CATEGORY)
@interface OFString_UTF8 ()
- (instancetype)OF_initWithUTF8String: (const char*)UTF8String
			       length: (size_t)UTF8StringLength
			      storage: (char*)storage;
@end

OF_ASSUME_NONNULL_END