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 #import "UITextFieldDelegate-Protocol.h"
11 @
class SBTextDisplayView
, TPBottomButtonBar
, UIProgressIndicator
, UIScroller
, UITextField
, UITransitionView
, UIView
;
13 @interface SBUSSDAlertDisplay
: SBAlertDisplay
<UITextFieldDelegate
>
15 TPBottomButtonBar
*_responseBar
;
18 UITransitionView
*_transitionView
;
19 UIScroller
*_scroller
;
21 SBTextDisplayView
*_charsRemainingView
;
22 UIProgressIndicator
*_progressIndicator
;
23 UITextField
*_responseField
;
27 - (id
)initWithFrame
:(struct CGRect
)fp8
;
31 - (void)displayString
:(id
)fp8 centerVertically
:(BOOL
)fp12
;
32 - (void)alertDisplayWillBecomeVisible
;
33 - (void)alertDisplayBecameVisible
;
34 - (void)_setupResponseBar
;
35 - (void)alertStringAvailable
:(id
)fp8
;
36 - (BOOL
)allowsResponse
;
37 - (void)setAllowsResponse
:(BOOL
)fp8
;
38 - (BOOL
)textField
:(id
)fp8 shouldInsertText
:(id
)fp12 replacingRange
:(struct _NSRange
)fp16
;
39 - (void)_updateCharsRemaining
;
40 - (void)_textChanged
:(id
)fp8
;
41 - (void)_replyClicked
;
43 - (void)_cancelClicked
;
44 - (void)navigationBar
:(id
)fp8 buttonClicked
:(int)fp12
;