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 UIActionSheet
: UIView
13 id
/*XXX:<UIActionSheetDelegate>*/ _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
;
34 int _actionSheetStyle
;
37 - (id
)initWithTitle
:(id
)fp8 message
:(id
)fp12 delegate
:(id
)fp16 defaultButton
:(id
)fp20 cancelButton
:(id
)fp24 otherButtons
:(id
)fp28
;
39 - (void)setDelegate
:(id
)fp8
;
41 - (void)setTitle
:(id
)fp8
;
43 - (void)setMessage
:(id
)fp8
;
45 - (int)addButtonWithTitle
:(id
)fp8
;
46 - (id
)buttonTitleAtIndex
:(int)fp8
;
47 - (int)numberOfButtons
;
49 - (void)setDefaultButtonIndex
:(int)fp8
;
50 - (int)defaultButtonIndex
;
51 - (void)setCancelButtonIndex
:(int)fp8
;
52 - (int)cancelButtonIndex
;
53 - (void)_setFirstOtherButtonIndex
:(int)fp8
;
54 - (int)firstOtherButtonIndex
;
55 - (void)dismissWithClickedButtonIndex
:(int)fp8 animated
:(BOOL
)fp12
;
56 - (id
)initWithFrame
:(struct CGRect
)fp8
;
57 - (id
)initWithTitle
:(id
)fp8 delegate
:(id
)fp12 cancelButtonTitle
:(id
)fp16 destructiveButtonTitle
:(id
)fp20 otherButtonTitles
:(id
)fp24
;
58 - (void)setActionSheetStyle
:(int)fp8
;
59 - (int)actionSheetStyle
;
60 - (int)destructiveButtonIndex
;
61 - (void)setDestructiveButtonIndex
:(int)fp8
;
62 - (void)showInView
:(id
)fp8
;
63 - (void)showFromToolbar
:(id
)fp8
;
64 - (void)showFromTabBar
:(id
)fp8
;