]>
git.saurik.com Git - iphone-api.git/blob - Preferences/PSAlert.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 #import "UIModalViewDelegate-Protocol.h"
11 @
class NSString
, UIModalView
;
13 @interface PSAlert
: NSObject
<UIModalViewDelegate
>
20 NSString
*_defaultButton
;
21 NSString
*_alternateButton
;
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
;
30 - (void)setDelegate
:(id
)fp8
;
31 - (void)setBodyText
:(id
)fp8
;
33 - (void)setTitle
:(id
)fp8
;
35 - (void)setDefaultButton
:(id
)fp8
;
37 - (void)setAlternateButton
:(id
)fp8
;
38 - (id
)alternateButton
;
41 - (void)setUserInfo
:(id
)fp8
;
44 - (void)alertSheet
:(id
)fp8 buttonClicked
:(int)fp12
;