8 lines
97 B
Objective-C
8 lines
97 B
Objective-C
/* For use with the objc_import.m test */
|
|
|
|
@interface TestPCH
|
|
+ alloc;
|
|
- (void)instMethod;
|
|
@end
|
|
|