Foo.h 178 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 __attribute__((objc_root_class)) @interface NSObject + (instancetype) alloc; - (instancetype) init; - (instancetype)retain; - (void)release; @end @interface Foo : NSObject @end