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