brintos

brintos / llvm-project-archived public Read only

0
0
Text · 178 B · 26b9698 Raw
11 lines · c
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