ObjFW  Diff

Differences From Artifact [299aa74c88]:

To Artifact [5af702f073]:


29
30
31
32
33
34
35
36

37
38
39
40



41
42
43

44
45
46
47
48
49
50
29
30
31
32
33
34
35

36
37



38
39
40
41
42

43
44
45
46
47
48
49
50







-
+

-
-
-
+
+
+


-
+







#import "OFInvalidEncodingException.h"
#import "OFOutOfMemoryException.h"

#if defined(OF_APPLE_RUNTIME) && !defined(__OBJC2__)
# import <objc/runtime.h>

struct {
	struct class *isa, *super_class;
	struct class *isa, *superclass;
	const char *name;
	long version, info, instance_size;
	struct ivar_list *ivars;
	struct method_list **method_lists;
	long version, info, instanceSize;
	struct ivar_list *iVars;
	struct method_list **methodList;
	struct cache *cache;
	struct protocol_list *protocols;
	const char *ivar_layout;
	const char *iVarLayout;
	struct class_ext *ext;
} _OFConstantStringClassReference;
#endif

@interface OFString_const: OFString_UTF8
@end