blob: 26b96988d58822b0ea6bcc819dc7de41c4839e8b [file] [log] [blame]
__attribute__((objc_root_class))
@interface NSObject
+ (instancetype) alloc;
- (instancetype) init;
- (instancetype)retain;
- (void)release;
@end
@interface Foo : NSObject
@end