]>
Commit | Line | Data |
---|---|---|
298474e0 JF |
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 "SBAlertItem.h" | |
8 | ||
9 | @class NSString; | |
10 | ||
11 | @interface SBUserNotificationAlert : SBAlertItem | |
12 | { | |
13 | unsigned int _replyPort; | |
14 | int _token; | |
15 | int _timeout; | |
16 | unsigned int _requestFlags; | |
17 | NSString *_alertHeader; | |
18 | NSString *_alertMessage; | |
19 | NSString *_defaultButtonTitle; | |
20 | NSString *_alternateButtonTitle; | |
21 | id _textFieldTitles; | |
22 | id _textFieldValues; | |
23 | id _keyboardTypes; | |
24 | id _autocapitalizationTypes; | |
25 | id _autocorrectionTypes; | |
26 | NSString *_launchAppUponDefaultButton; | |
27 | double _creationTime; | |
28 | unsigned int _replyFlags; | |
29 | unsigned int _cancel:1; | |
30 | unsigned int _isActivated:1; | |
31 | unsigned int _aboveLock:1; | |
32 | unsigned int _dismissOnLock:1; | |
33 | unsigned int _allowMenuButtonDismissal:1; | |
34 | unsigned int _showInAwayItems:1; | |
35 | } | |
36 | ||
37 | - (id)_localizedValue:(id)fp8 withBundle:(id)fp12; | |
38 | - (id)initWithMessage:(id)fp8 replyPort:(unsigned int)fp12 requestFlags:(int)fp16; | |
39 | - (void)dealloc; | |
40 | - (id)alertSheet; | |
41 | - (int)token; | |
42 | - (BOOL)shouldShowInLockScreen; | |
43 | - (BOOL)dismissOnLock; | |
44 | - (BOOL)allowMenuButtonDismissal; | |
45 | - (id)lockLabel; | |
46 | - (BOOL)willShowInAwayItems; | |
47 | - (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12; | |
48 | - (void)wakeup; | |
49 | - (void)cancel; | |
50 | - (void)_sendResponse:(int)fp8; | |
51 | - (void)launchAppIfRequested; | |
52 | - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12; | |
53 | - (void)didDeactivateForReason:(int)fp8; | |
54 | - (void)performUnlockAction; | |
55 | ||
56 | @end | |
57 |