ObjFW  Diff

Differences From Artifact [b08263a07b]:

To Artifact [94d042b3cd]:


15
16
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







|

|



15
16
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