X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/415897ee6b490ac9ff21363c6d87e4cf03266d48..7b30b29270e39c4be92494cb0d8c83345c6cdf85:/UIKit/UIAlertView.h?ds=sidebyside diff --git a/UIKit/UIAlertView.h b/UIKit/UIAlertView.h index 7586b01..e0c22a5 100644 --- a/UIKit/UIAlertView.h +++ b/UIKit/UIAlertView.h @@ -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