]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBPowerDownController.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBPowerDownController.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 "SBAlert.h"
8
9 @class SBPowerDownView;
10
11 @interface SBPowerDownController : SBAlert
12 {
13 int _count;
14 id _delegate;
15 SBPowerDownView *_powerDownView;
16 BOOL _isFront;
17 }
18
19 + (id)sharedInstance;
20 - (void)dealloc;
21 - (float)autoLockTime;
22 - (BOOL)isOrderedFront;
23 - (void)orderFront;
24 - (void)orderOut;
25 - (id)powerDownView;
26 - (void)activate;
27 - (BOOL)deactivate;
28 - (id)alertDisplayViewWithSize:(struct CGSize)fp8;
29 - (void)alertDisplayWillBecomeVisible;
30 - (void)setDelegate:(id)fp8;
31 - (void)powerDown;
32 - (void)cancel;
33
34 @end
35