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