ObjFW  Diff

Differences From Artifact [94d042b3cd]:

To Artifact [bb37f1c56d]:


17
18
19
20
21
22
23
24
25
26
27
#import "OFString_UTF8.h"

OF_ASSUME_NONNULL_BEGIN

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

OF_ASSUME_NONNULL_END







|



17
18
19
20
21
22
23
24
25
26
27
#import "OFString_UTF8.h"

OF_ASSUME_NONNULL_BEGIN

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

OF_ASSUME_NONNULL_END