]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIAlertView.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIAlertView.h
index 7586b016ab9b0216242db6e8a0d454d86f605eb2..e0c22a5460408f02d9cac1a66fcdaa319432f6d6 100644 (file)
 - (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