xref: /xnu-10002.61.3/tools/tests/perf_index/PerfIndex_COPS_Module/PerfIndex.h (revision 0f4c859e951fba394238ab619495c4e1d54d0f34)
1 //
2 //  PerfIndex.h
3 //  PerfIndex
4 //
5 //  Created by Mark Hamilton on 8/20/13.
6 //
7 //
8 
9 @protocol HGTest <NSObject>
10 
11 - (BOOL)execute;
12 
13 @end
14