xref: /xnu-8796.101.5/tools/tests/perf_index/PerfIndex_COPS_Module/PerfIndex.h (revision aca3beaa3dfbd42498b42c5e5ce20a938e6554e5)
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