macro_rules! class { ($name:expr) => { ... }; }
Look up an ObjC class by name (null-terminated byte string).
let cls = class!(b"NSString\0");