freebsd-dev/test/PCH/objc_import.h
2009-06-02 17:58:47 +00:00

8 lines
97 B
Objective-C

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