- Move sharable code from ffigen's generated code into this package, including
ObjCObjectBase
, andObjCBlockBase
, as well as the core Objective C runtime functions (exceptobjc_msgSend
, which is library specific). - Move core ObjC classes such as
NSString
into this package.