]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SpringBoard-SBApplicationTesting.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / SpringBoard-SBApplicationTesting.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "SpringBoard.h"
8
9 @interface SpringBoard (SBApplicationTesting)
10 - (BOOL)runTest:(id)fp8 options:(id)fp12;
11 - (void)_retryLaunchTestWithOptions:(id)fp8;
12 - (void)startLaunchTestNamed:(id)fp8 options:(id)fp12;
13 - (void)startResumeTestNamed:(id)fp8 options:(id)fp12;
14 - (void)endLaunchTest;
15 - (void)finishedTest:(id)fp8 extraResults:(id)fp12;
16 @end
17