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 @
class NSMutableArray
, UILabel
, UIToolbar
, UIWindow
;
11 @interface UIAlertView
: UIView
13 id
/*XXX:<UIAlertViewDelegate>*/ _delegate
;
15 UILabel
*_subtitleLabel
;
16 UILabel
*_bodyTextLabel
;
17 UILabel
*_taglineTextLabel
;
22 int _firstOtherButton
;
26 int _dismissButtonIndex
;
27 float _bodyTextHeight
;
28 NSMutableArray
*_buttons
;
29 NSMutableArray
*_textFields
;
33 CDAnonymousStruct7 _modalViewFlags
;
36 - (id
)initWithTitle
:(id
)fp8 message
:(id
)fp12 delegate
:(id
)fp16 defaultButton
:(id
)fp20 cancelButton
:(id
)fp24 otherButtons
:(id
)fp28
;
38 - (void)setDelegate
:(id
)fp8
;
40 - (void)setTitle
:(id
)fp8
;
42 - (void)setMessage
:(id
)fp8
;
44 - (int)addButtonWithTitle
:(id
)fp8
;
45 - (id
)buttonTitleAtIndex
:(int)fp8
;
46 - (int)numberOfButtons
;
48 - (void)setDefaultButtonIndex
:(int)fp8
;
49 - (int)defaultButtonIndex
;
50 - (void)setCancelButtonIndex
:(int)fp8
;
51 - (int)cancelButtonIndex
;
52 - (void)_setFirstOtherButtonIndex
:(int)fp8
;
53 - (int)firstOtherButtonIndex
;
54 - (void)dismissWithClickedButtonIndex
:(int)fp8 animated
:(BOOL
)fp12
;
55 - (id
)initWithTitle
:(id
)fp8 message
:(id
)fp12 delegate
:(id
)fp16 cancelButtonTitle
:(id
)fp20 otherButtonTitles
:(id
)fp24
, ...;
56 - (id
)initWithFrame
:(struct CGRect
)fp8
;
60 - (void)setForceHorizontalButtonsLayout
:(BOOL
)force
;
64 - (void)setContext
:(NSString
*)string
;
65 - (NSString
*)context
;
66 - (void)setNumberOfRows
:(int)rows
;