forked from OSchip/llvm-project
11 lines
178 B
C
11 lines
178 B
C
|
__attribute__((objc_root_class))
|
||
|
@interface NSObject
|
||
|
+ (instancetype) alloc;
|
||
|
- (instancetype) init;
|
||
|
- (instancetype)retain;
|
||
|
- (void)release;
|
||
|
@end
|
||
|
|
||
|
@interface Foo : NSObject
|
||
|
@end
|