]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBAlertItemsController.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBAlertItemsController.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 <Foundation/NSObject.h>
8
9 @class NSMutableArray, NSTimer;
10
11 @interface SBAlertItemsController : NSObject
12 {
13 NSMutableArray *_lockedAlertItems;
14 NSMutableArray *_unlockedAlertItems;
15 NSTimer *_autoDismissTimer;
16 }
17
18 + (id)sharedInstance;
19 - (id)init;
20 - (void)dealloc;
21 - (void)convertAnimatingUnlockedAlertsToLockedAlerts;
22 - (void)deactivateAllAlertItems;
23 - (void)resetAutoDismissTimer;
24 - (void)activateAlertItem:(id)fp8;
25 - (void)_deactivateAlertItem:(id)fp8 reason:(int)fp12;
26 - (void)deactivateAlertItem:(id)fp8;
27 - (void)deactivateAlertItem:(id)fp8 reason:(int)fp12;
28 - (void)deactivateAlertItemsUsingSelector:(SEL)fp8 reason:(int)fp12;
29 - (void)autoDismissAlertItem:(id)fp8;
30 - (BOOL)isShowingAlertOfClass:(Class)fp8;
31 - (BOOL)isShowingAlert:(id)fp8;
32 - (BOOL)isShowingAlerts;
33 - (id)visibleAlertItem;
34 - (BOOL)deactivateAlertForMenuClick;
35 - (id)deactivateAlertItemsForLock;
36 - (BOOL)dontLockOverAlertItems;
37
38 @end
39