xref: /llvm-project/clang/test/Modules/Inputs/objc-category-3/Category_B.h (revision ec315f10021cc9ca48b375fe86cd08a74d5e71d5)
1 #include "Base.h"
2 @interface DVTSourceModel(AdditionsB)
3 - (int)testB:(int)item matchingMask:(int)mask;
4 @end
5