objc

objc.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #include "assert.h"
12 #include "malloc.h"
13 #include "mutex.h"
14 #include "runtime.h"
15 
16 #if __OBJC__
17 
18 // Protocols
20 #include "Object+Protocol.h"
21 
22 // Classes
23 #include "NXConstantString.h"
24 #include "Object.h"
25 #include "Protocol.h"
26 
27 #endif // __OBJC__
Defines a custom assertion macro.
Defines the core types and functions of the Objective-C runtime.
Objective-C protocols definition.
Defines the NXConstantString class for constant strings.
Memory allocation functions for the Objective-C runtime.
Defines the NXConstantStringProtocol for constant string functionality.
Object synchronization and locking functions for the Objective-C runtime.
The root class of all Objective-C classes.