2014-01-15 10:53:42 +01:00

7 lines
85 B
Objective-C

@interface A (Sub)
- (char)method3;
- (char*)method4;
- (void)method5:(C*)obj;
@end