1 #include "Base.h" 2 @interface DVTSourceModel(AdditionsB) 3 - (int)testB:(int)item matchingMask:(int)mask; 4 @end 5