X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIAlertView.h diff --git a/UIKit/UIAlertView.h b/UIKit/UIAlertView.h new file mode 100644 index 0000000..4dfad5a --- /dev/null +++ b/UIKit/UIAlertView.h @@ -0,0 +1,60 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@class NSMutableArray, UILabel, UIToolbar, UIWindow; + +@interface UIAlertView : UIView +{ + id _delegate; + UILabel *_titleLabel; + UILabel *_subtitleLabel; + UILabel *_bodyTextLabel; + UILabel *_taglineTextLabel; + float _startY; + id _context; + int _cancelButton; + int _defaultButton; + int _firstOtherButton; + UIToolbar *_toolbar; + UIWindow *_dimWindow; + int _suspendTag; + int _dismissButtonIndex; + float _bodyTextHeight; + NSMutableArray *_buttons; + NSMutableArray *_textFields; + UIView *_keyboard; + UIView *_table; + UIView *_dimView; + CDAnonymousStruct7 _modalViewFlags; +} + +- (id)initWithTitle:(id)fp8 message:(id)fp12 delegate:(id)fp16 defaultButton:(id)fp20 cancelButton:(id)fp24 otherButtons:(id)fp28; +- (void)dealloc; +- (void)setDelegate:(id)fp8; +- (id)delegate; +- (void)setTitle:(id)fp8; +- (id)title; +- (void)setMessage:(id)fp8; +- (id)message; +- (int)addButtonWithTitle:(id)fp8; +- (id)buttonTitleAtIndex:(int)fp8; +- (int)numberOfButtons; +- (BOOL)isVisible; +- (void)setDefaultButtonIndex:(int)fp8; +- (int)defaultButtonIndex; +- (void)setCancelButtonIndex:(int)fp8; +- (int)cancelButtonIndex; +- (void)_setFirstOtherButtonIndex:(int)fp8; +- (int)firstOtherButtonIndex; +- (void)dismissWithClickedButtonIndex:(int)fp8 animated:(BOOL)fp12; +- (id)initWithTitle:(id)fp8 message:(id)fp12 delegate:(id)fp16 cancelButtonTitle:(id)fp20 otherButtonTitles:(id)fp24; +- (id)initWithFrame:(struct CGRect)fp8; +- (void)show; + +@end +