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

7 lines
92 B
Objective-C

/* For use with the methods.m test */
@interface TestPCH
+ alloc;
- (void)instMethod;
@end