Files
Android11/external/clang/test/Modules/Inputs/MethodPoolB.h
2023-10-13 14:01:41 +00:00

14 lines
72 B
Objective-C

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