You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
281 B

/* For use with the objc_import.m test */
@interface TestPCH
+ alloc;
- (void)instMethod;
@end
@class NewID1;
@compatibility_alias OldID1 NewID1;
@class OldID1;
@class OldID1;
@class NewID2;
@compatibility_alias OldID2 NewID2;
@class OldID2;
@interface OldID2
-(void)meth;
@end