]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 <UIKit/UIApplication.h> | |
8 | ||
9 | @interface UIApplication (UIApplicationTesting) | |
10 | - (BOOL)launchedToTest; | |
11 | - (BOOL)runTest:(id)fp8 options:(id)fp12; | |
12 | - (BOOL)shouldExitAfterQuitTest; | |
13 | - (void *)_getSymbol:(id)fp8 forFramework:(id)fp12; | |
14 | - (BOOL)isRunningTest; | |
15 | - (void)startedTest:(id)fp8; | |
16 | - (void)_reportResults:(id)fp8; | |
17 | - (void)finishedTest:(id)fp8 extraResults:(id)fp12; | |
18 | - (void)finishedTest:(id)fp8; | |
19 | - (void)failedTest:(id)fp8; | |
20 | - (BOOL)handleTestURL:(id)fp8; | |
21 | - (void)startCHUDRecording:(id)fp8; | |
22 | - (void)stopCHUDRecording; | |
23 | - (void)enableFramebufferStatisticsGathering; | |
24 | - (void)_leak; | |
25 | - (void)startLeaking; | |
26 | - (void)stopLeaking; | |
27 | @end | |
28 |