]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.0/SBAlertItem.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBAlertItem.h
CommitLineData
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 <Foundation/NSObject.h>
8
9#import "UIModalViewDelegate-Protocol.h"
10
11@class UIModalView;
12
13@interface SBAlertItem : NSObject <UIModalViewDelegate>
14{
15 UIModalView *_alertSheet;
16 BOOL _disallowUnlockAction;
17 BOOL _orderOverSBAlert;
18 BOOL _preventLockOver;
19}
20
21- (id)alertSheet;
22- (void)dealloc;
23- (BOOL)allowMenuButtonDismissal;
24- (BOOL)shouldShowInLockScreen;
25- (BOOL)shouldShowInEmergencyCall;
26- (BOOL)undimsScreen;
27- (BOOL)unlocksScreen;
28- (BOOL)dismissOnLock;
29- (BOOL)willShowInAwayItems;
30- (void)cleanPreviousConfiguration;
31- (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
32- (id)lockLabel;
33- (float)lockLabelFontSize;
34- (double)autoDismissInterval;
35- (void)setDisallowsUnlockAction:(BOOL)fp8;
36- (BOOL)disallowsUnlockAction;
37- (void)performUnlockAction;
38- (void)setOrderOverSBAlert:(BOOL)fp8;
39- (BOOL)preventLockOver;
40- (void)setPreventLockOver:(BOOL)fp8;
41- (void)willActivate;
42- (void)didActivate;
43- (void)willRelockForButtonPress:(BOOL)fp8;
44- (void)dismiss;
45- (void)screenDidUndim;
46- (void)screenWillUndim;
47- (void)willDeactivateForReason:(int)fp8;
48- (void)didDeactivateForReason:(int)fp8;
49- (id)awayItem;
50
51@end
52