]>
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 "SBSlidingAlertDisplay.h" | |
8 | ||
9 | #import "UITextFieldDelegate-Protocol.h" | |
10 | ||
11 | @class SBTextDisplayView, UIKeyboard, UINavigationBar, UIScroller, UITextField; | |
12 | ||
13 | @interface SBAlertInputView : SBSlidingAlertDisplay <UITextFieldDelegate> | |
14 | { | |
15 | UITextField *_inputTextField; | |
16 | UIKeyboard *_keyboard; | |
17 | SBTextDisplayView *_textDisplay; | |
18 | UIScroller *_scroller; | |
19 | UINavigationBar *_bar; | |
20 | BOOL _digitsOnly; | |
21 | id _delegate; | |
22 | int _minLength; | |
23 | int _maxLength; | |
24 | } | |
25 | ||
26 | + (id)createTopBarForInstance:(id)fp8; | |
27 | + (id)createBottomBarForInstance:(id)fp8; | |
28 | - (void)setDelegate:(id)fp8; | |
29 | - (void)dealloc; | |
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; | |
44 | - (id)textField; | |
45 | - (void)_sendClicked:(id)fp8; | |
46 | ||
47 | @end | |
48 |