2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "SBAlertDisplay.h"
9 @
class NSTimer
, SBPowerDownController
, TPBottomButtonBar
, TPTopLockBar
, UIView
;
11 @interface SBPowerDownView
: SBAlertDisplay
14 TPTopLockBar
*_lockView
;
15 TPBottomButtonBar
*_cancelView
;
16 SBPowerDownController
*_powerDownController
;
17 NSTimer
*_autoDismissTimer
;
20 - (id
)initWithFrame
:(struct CGRect
)fp8
;
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
;