hanchenye-llvm-project/clang/test/PCH/objc_methods.h

12 lines
173 B
Objective-C

/* For use with the methods.m test */
@interface TestPCH
+ alloc;
- (id)init;
@end
@class TestForwardClassDecl;
// FIXME: @compatibility_alias AliasForTestPCH TestPCH;