1__attribute__((objc_root_class))2@interface NSObject3+ (instancetype) alloc;4- (instancetype) init;5- (instancetype)retain;6- (void)release;7@end8 9@interface Foo : NSObject10@end11