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 "SBSlidingAlertDisplay.h"
9 #import "UITextFieldDelegate-Protocol.h"
11 @
class SBTextDisplayView
, UIKeyboard
, UINavigationBar
, UIScroller
, UITextField
;
13 @interface SBAlertInputView
: SBSlidingAlertDisplay
<UITextFieldDelegate
>
15 UITextField
*_inputTextField
;
16 UIKeyboard
*_keyboard
;
17 SBTextDisplayView
*_textDisplay
;
18 UIScroller
*_scroller
;
19 UINavigationBar
*_bar
;
26 + (id
)createTopBarForInstance
:(id
)fp8
;
27 + (id
)createBottomBarForInstance
:(id
)fp8
;
28 - (void)setDelegate
:(id
)fp8
;
30 - (id
)initWithFrame
:(struct CGRect
)fp8
;
31 - (BOOL
)showsDesktopImage
;
32 - (void)setMiddleContentAlpha
:(float)fp8
;
33 - (void)setText
:(id
)fp8
;
34 - (void)alertDisplayWillBecomeVisible
;
35 - (void)setMinLength
:(int)fp8
;
36 - (void)setMaxLength
:(int)fp8
;
37 - (void)_setNavigationBar
:(id
)fp8
;
38 - (void)_setInputTextField
:(id
)fp8
;
39 - (void)_setKeyboard
:(id
)fp8
;
40 - (BOOL
)textField
:(id
)fp8 shouldInsertText
:(id
)fp12 replacingRange
:(struct _NSRange
)fp16
;
41 - (void)setDigitsOnly
:(BOOL
)fp8
;
42 - (void)sbAlertInputViewSendClicked
:(id
)fp8
;
43 - (void)sbAlertInputViewCancelClicked
:(id
)fp8
;
45 - (void)_sendClicked
:(id
)fp8
;