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

13 lines
72 B
Objective-C

@interface B
- (int)method1;
- (int)method2:(float)param;
@end