allwinner_a64/android/external/clang/test/Modules/Inputs/MethodPoolASub.h
2018-08-08 16:14:42 +08:00

6 lines
85 B
Objective-C

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