1*1b191cb5SApple OSS Distributions // 2*1b191cb5SApple OSS Distributions // PerfIndex.h 3*1b191cb5SApple OSS Distributions // PerfIndex 4*1b191cb5SApple OSS Distributions // 5*1b191cb5SApple OSS Distributions // Created by Mark Hamilton on 8/20/13. 6*1b191cb5SApple OSS Distributions // 7*1b191cb5SApple OSS Distributions // 8*1b191cb5SApple OSS Distributions 9*1b191cb5SApple OSS Distributions @protocol HGTest <NSObject> 10*1b191cb5SApple OSS Distributions 11*1b191cb5SApple OSS Distributions - (BOOL)execute; 12*1b191cb5SApple OSS Distributions 13*1b191cb5SApple OSS Distributions @end 14