1 2 3 4 5 6 7
mod ns_object; pub type NSUInteger = usize; pub type NSInteger = isize; pub const NIL: *mut NSObject = 0 as *mut NSObject; pub use ns_object::{NSObject, NSObjectBase, NSObjectProtocol};