]>
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 "SBAlertDisplay.h" | |
8 | ||
9 | @class NSTimer, SBPowerDownController, TPBottomButtonBar, TPTopLockBar, UIView; | |
10 | ||
11 | @interface SBPowerDownView : SBAlertDisplay | |
12 | { | |
13 | UIView *_dimView; | |
14 | TPTopLockBar *_lockView; | |
15 | TPBottomButtonBar *_cancelView; | |
16 | SBPowerDownController *_powerDownController; | |
17 | NSTimer *_autoDismissTimer; | |
18 | } | |
19 | ||
20 | - (id)initWithFrame:(struct CGRect)fp8; | |
21 | - (void)dealloc; | |
22 | - (void)cancelAutoDismissTimer; | |
23 | - (void)resetAutoDismissTimer; | |
24 | - (void)cancel:(id)fp8; | |
25 | - (void)lockBarUnlocked:(id)fp8; | |
26 | - (void)lockBarStartedTracking:(id)fp8; | |
27 | - (void)lockBarStoppedTracking:(id)fp8; | |
28 | - (void)powerDown:(id)fp8; | |
29 | - (void)setPowerDownController:(id)fp8; | |
30 | - (void)finishedAnimatingIn; | |
31 | - (void)finishedAnimatingOut; | |
32 | - (void)notifyDelegateOfPowerDown; | |
33 | - (void)animateIn; | |
34 | - (void)animateOut; | |
35 | - (void)animateDark; | |
36 | ||
37 | @end | |
38 |