__attribute__((objc_root_class)) @interface Object +alloc; -init; @end @interface Responder: Object @end @interface View: Responder @end