]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSAlert.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / Preferences / PSAlert.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "NSObject.h"
8
9 #import "UIModalViewDelegate-Protocol.h"
10
11 @class NSString, UIModalView;
12
13 @interface PSAlert : NSObject <UIModalViewDelegate>
14 {
15 id _delegate;
16 id _userInfo;
17 UIModalView *_sheet;
18 NSString *_body;
19 NSString *_title;
20 NSString *_defaultButton;
21 NSString *_alternateButton;
22 int _buttonClicked;
23 BOOL _displayed;
24 }
25
26 + (id)alertWithBodyText:(id)fp8 defaultButton:(id)fp12 alternateButton:(id)fp16;
27 + (void)displayAlertWithBodyText:(id)fp8 defaultButton:(id)fp12 alternateButton:(id)fp16 delegate:(id)fp20 userInfo:(id)fp24;
28 - (id)init;
29 - (void)dealloc;
30 - (void)setDelegate:(id)fp8;
31 - (void)setBodyText:(id)fp8;
32 - (id)bodyText;
33 - (void)setTitle:(id)fp8;
34 - (id)title;
35 - (void)setDefaultButton:(id)fp8;
36 - (id)defaultButton;
37 - (void)setAlternateButton:(id)fp8;
38 - (id)alternateButton;
39 - (id)alertSheet;
40 - (void)display;
41 - (void)setUserInfo:(id)fp8;
42 - (id)userInfo;
43 - (void)dismiss;
44 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
45
46 @end
47