-
Notifications
You must be signed in to change notification settings - Fork 7
/
SBAlertManager.h
50 lines (44 loc) · 1.31 KB
/
SBAlertManager.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSObject.h"
#import "SBAlertManagerDelegate-Protocol.h"
@class NSMutableArray, SBAlertWindow;
@interface SBAlertManager : NSObject
{
SBAlertWindow *_alertWindow;
SBAlertWindow *_deferredAlertWindow;
NSMutableArray *_alerts;
BOOL _deactivatingAllAlerts;
id<SBAlertManagerDelegate> _delegate;
}
@property (nonatomic, assign) id<SBAlertManagerDelegate> delegate; // @synthesize delegate=_delegate;
- (void)_deactivateAfterNextLaunch:(id)arg1;
- (void)_updateSEOStatus;
- (void)_tearDownAlertWindow:(id)arg1;
- (id)debugDescription;
- (id)description;
- (void)removeFromView:(id)arg1;
- (void)_updateStatusBarTimeItemEnabled;
- (struct CGRect)_alertWindowRect;
- (int)orientation;
- (void)noteOrientationChanged:(int)arg1;
- (void)workspaceDidAnimateSuspendingApp;
- (void)workspaceWillAnimateActivatingApp;
- (void)deactivateAlertsAfterLaunch;
- (void)setAlertsShouldDeactivateAfterLaunch;
- (void)deactivateAll;
- (BOOL)containsAlert:(id)arg1;
- (void)_deactivate:(id)arg1;
- (void)deactivate:(id)arg1;
- (void)_activate:(id)arg1;
- (void)activate:(id)arg1;
- (id)allAlerts;
- (BOOL)hasStackedAlerts;
- (id)activeAlert;
- (id)window;
- (void)dealloc;
- (id)init;
@end