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 <UIKit/UIView.h>
9 #import "UIModalViewDelegate-Protocol.h"
10 #import "UITextFieldDelegate-Protocol.h"
12 @
class NSMutableArray
, UILabel
, UIToolbar
, UIWindow
;
14 @interface UIModalView
: UIView
<UITextFieldDelegate
>
16 id
<UIModalViewDelegate
> _delegate
;
18 UILabel
*_subtitleLabel
;
19 UILabel
*_bodyTextLabel
;
20 UILabel
*_taglineTextLabel
;
25 int _firstOtherButton
;
29 int _dismissButtonIndex
;
30 float _bodyTextHeight
;
31 NSMutableArray
*_buttons
;
32 NSMutableArray
*_textFields
;
37 unsigned int numberOfRows
:7;
38 unsigned int delegateAlertSheetButtonClicked
:1;
39 unsigned int delegateDidPresentAlertSheet
:1;
40 unsigned int delegateDidDismissAlertSheet
:1;
41 unsigned int hideButtonBar
:1;
42 unsigned int alertStyle
:3;
43 unsigned int dontDimBackground
:1;
44 unsigned int dismissSuspended
:1;
45 unsigned int dontBlockInteraction
:1;
46 unsigned int sheetWasPoppedUp
:1;
47 unsigned int animating
:1;
48 unsigned int hideWhenDoneAnimating
:1;
49 unsigned int layoutWhenDoneAnimating
:1;
50 unsigned int titleMaxLineCount
:2;
51 unsigned int bodyTextMaxLineCount
:3;
52 unsigned int runsModal
:1;
53 unsigned int runningModal
:1;
54 unsigned int addedTextView
:1;
55 unsigned int addedTableShadows
:1;
56 unsigned int showOverSBAlerts
:1;
57 unsigned int showMinTableContent
:1;
58 unsigned int bodyTextTruncated
:1;
59 unsigned int orientation
:3;
60 unsigned int delegateBodyTextAlignment
:1;
61 unsigned int delegateClickedButtonAtIndex
:1;
62 unsigned int delegateCancel
:1;
63 unsigned int delegateWillPresent
:1;
64 unsigned int delegateDidPresent
:1;
65 unsigned int delegateWillDismiss
:1;
66 unsigned int delegateDidDismiss
:1;
67 unsigned int extra
:21;
71 - (id
)initWithFrame
:(struct CGRect
)fp8
;
72 - (id
)initWithTitle
:(id
)fp8 message
:(id
)fp12 delegate
:(id
)fp16 defaultButton
:(id
)fp20 cancelButton
:(id
)fp24 otherButtons
:(id
)fp28
;
74 - (void)setDelegate
:(id
)fp8
;
76 - (void)setTitle
:(id
)fp8
;
78 - (void)setMessage
:(id
)fp8
;
80 - (int)addButtonWithTitle
:(id
)fp8
;
81 - (id
)buttonTitleAtIndex
:(int)fp8
;
82 - (int)numberOfButtons
;
84 - (void)setDefaultButtonIndex
:(int)fp8
;
85 - (int)defaultButtonIndex
;
86 - (void)setCancelButtonIndex
:(int)fp8
;
87 - (int)cancelButtonIndex
;
88 - (void)_setFirstOtherButtonIndex
:(int)fp8
;
89 - (int)firstOtherButtonIndex
;
90 - (void)dismissWithClickedButtonIndex
:(int)fp8 animated
:(BOOL
)fp12
;