]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIAlertView.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIAlertView.h
index 4dfad5ac83ca9ab6bda5f5c071aa22536c6585f9..e0c22a5460408f02d9cac1a66fcdaa319432f6d6 100644 (file)
@@ -10,7 +10,7 @@
 
 @interface UIAlertView : UIView
 {
-    id <UIAlertViewDelegate> _delegate;
+    id /*XXX:<UIAlertViewDelegate>*/ _delegate;
     UILabel *_titleLabel;
     UILabel *_subtitleLabel;
     UILabel *_bodyTextLabel;
 - (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