llvm-project/clang/test/Modules/Inputs/FooFramework.framework/PrivateHeaders/Foo.h

11 lines
178 B
Objective-C

__attribute__((objc_root_class))
@interface NSObject
+ (instancetype) alloc;
- (instancetype) init;
- (instancetype)retain;
- (void)release;
@end
@interface Foo : NSObject
@end