ObjFW  Diff

Differences From Artifact [e4842b5166]:

To Artifact [0862e86c30]:


33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

static struct {
	Class isa;
} placeholder;

@interface OFDictionary ()
- (OFString *)OF_JSONRepresentationWithOptions: (int)options
					depth: (size_t)depth;
@end

@interface OFDictionary_placeholder: OFDictionary
@end

@implementation OFDictionary_placeholder
- init







|







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

static struct {
	Class isa;
} placeholder;

@interface OFDictionary ()
- (OFString *)OF_JSONRepresentationWithOptions: (int)options
					 depth: (size_t)depth;
@end

@interface OFDictionary_placeholder: OFDictionary
@end

@implementation OFDictionary_placeholder
- init