]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBUSSDAlertDisplay.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / SBUSSDAlertDisplay.h
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 "SBAlertDisplay.h"
8
9 #import "UITextFieldDelegate-Protocol.h"
10
11 @class SBTextDisplayView, TPBottomButtonBar, UIProgressIndicator, UIScroller, UITextField, UITransitionView, UIView;
12
13 @interface SBUSSDAlertDisplay : SBAlertDisplay <UITextFieldDelegate>
14 {
15 TPBottomButtonBar *_responseBar;
16 UIView *_notifyView;
17 UIView *_replyView;
18 UITransitionView *_transitionView;
19 UIScroller *_scroller;
20 UIView *_contentView;
21 SBTextDisplayView *_charsRemainingView;
22 UIProgressIndicator *_progressIndicator;
23 UITextField *_responseField;
24 BOOL _allowsResponse;
25 }
26
27 - (id)initWithFrame:(struct CGRect)fp8;
28 - (id)_notifyView;
29 - (id)_replyView;
30 - (void)dealloc;
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;
42 - (void)_okayClicked;
43 - (void)_cancelClicked;
44 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
45
46 @end
47