android_mt6572_jiabo/external/clang/test/Modules/Inputs/MethodPoolBSub.h
2025-09-05 16:56:03 +08:00

5 lines
76 B
Objective-C

@interface B (Sub)
- (char *)method3;
- (char*)method4;
- (id)method6;
@end