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 "SBCallAlertDisplay.h"
9 @
class TPBottomButtonBar
, TPCallWaitingButton
, TPPushButton
;
11 @interface SBCallWaitingAlertDisplay
: SBCallAlertDisplay
13 TPCallWaitingButton
*_ignoreButton
;
14 TPCallWaitingButton
*_answerButton
;
15 TPPushButton
*_answerAndReleaseButton
;
16 TPBottomButtonBar
*_animatingBottomBar
;
17 unsigned int _didRelease
:1;
18 unsigned int _didHeldRelease
:1;
19 unsigned int _setupForThree
:1;
22 + (id
)createBottomBarForInstance
:(id
)fp8
;
23 + (id
)_createBottomButtonBarForDisplay
:(id
)fp8
;
24 - (id
)initWithSize
:(struct CGSize
)fp8
;
26 - (void)_callCountChanged
:(id
)fp8
;
27 - (void)_callWaitingControlsFaded
;
28 - (void)_answerButtonsSwapped
;
29 - (void)_setPhoneFlipBackAttribute
;
32 - (id
)additionalURLParameter
;
33 - (void)answerCall
:(struct __CTCall
*)fp8
;
34 - (void)answerAndRelease
:(id
)fp8
;
35 - (void)setMiddleContentAlpha
:(float)fp8
;
36 - (void)lockBarUnlocked
:(id
)fp8
;
37 - (void)_bottomBarSwitchHalfDone
;
38 - (void)_bottomBarSwitchDone
;
39 - (void)_addCallWaitingButtons
:(BOOL
)fp8
;