X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c..refs/heads/master:/UIKit/UIAlertView.h?ds=sidebyside diff --git a/UIKit/UIAlertView.h b/UIKit/UIAlertView.h index 4dfad5a..e0c22a5 100644 --- a/UIKit/UIAlertView.h +++ b/UIKit/UIAlertView.h @@ -10,7 +10,7 @@ @interface UIAlertView : UIView { - id _delegate; + id /*XXX:*/ _delegate; UILabel *_titleLabel; UILabel *_subtitleLabel; UILabel *_bodyTextLabel; @@ -52,9 +52,19 @@ - (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)initWithTitle:(id)fp8 message:(id)fp12 delegate:(id)fp16 cancelButtonTitle:(id)fp20 otherButtonTitles:(id)fp24, ...; - (id)initWithFrame:(struct CGRect)fp8; - (void)show; +#if 1//... +- (void)setForceHorizontalButtonsLayout:(BOOL)force; +#endif + +#if 1//... +- (void)setContext:(NSString *)string; +- (NSString *)context; +- (void)setNumberOfRows:(int)rows; +#endif + @end