]>
Commit | Line | Data |
---|---|---|
298474e0 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 "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 |