Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
objc-category-3
/
Category_B.h
1
#include "Base.h"
2
@interface DVTSourceModel(AdditionsB)
3
- (int)testB:(int)item matchingMask:(int)mask;
4
@end
5