forked from andrewwiik/iOS9.1-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSBAlertManager.h
More file actions
99 lines (91 loc) · 3.73 KB
/
SBAlertManager.h
File metadata and controls
99 lines (91 loc) · 3.73 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
#import "BSDescriptionProviding.h"
#import "FBSceneLayerManagerObserver.h"
#import "SBAlertDelegate.h"
#import "SBAlertWindowDelegate.h"
@class FBSScene, FBScene, NSMapTable, NSMutableArray, NSMutableSet, NSSet, NSString, SBAlertWindow, UIScreen;
@interface SBAlertManager : NSObject <SBAlertDelegate, SBAlertWindowDelegate, FBSceneLayerManagerObserver, BSDescriptionProviding>
{
UIScreen *_screen;
FBScene *_alertServerScene;
NSSet *_alertClientSceneOcclusions;
FBSScene *_alertClientScene;
SBAlertWindow *_alertWindow;
SBAlertWindow *_deferredAlertWindow;
NSMutableArray *_alerts;
NSMapTable *_observers;
NSMutableSet *_removalPendingAlerts;
_Bool _deactivatingAllAlerts;
id <SBAlertManagerDelegate> _delegate;
struct {
unsigned int deactivateDismissed:1;
unsigned int newWindow:1;
unsigned int defaultShouldAutorotate:1;
unsigned int defaultPresentationOrientation:1;
unsigned int defaultSupportedOrientations:1;
} _delegateFlags;
}
@property(readonly, retain, nonatomic) SBAlertWindow *alertWindow; // @synthesize alertWindow=_alertWindow;
- (id)descriptionBuilderWithMultilinePrefix:(id)arg1;
- (id)descriptionWithMultilinePrefix:(id)arg1;
- (id)succinctDescriptionBuilder;
- (id)succinctDescription;
- (void)sceneLayerManagerDidStopTrackingLayers:(id)arg1;
- (void)sceneLayerManagerWillStartTrackingLayers:(id)arg1;
- (unsigned long long)defaultSupportedInterfaceOrientationsForAlertWindow:(id)arg1;
- (long long)defaultInterfaceOrientationForPresentationOfAlertWindow:(id)arg1;
- (_Bool)defaultShouldAutorotateForAlertWindow:(id)arg1;
- (unsigned long long)defaultSupportedInterfaceOrientationsForAlert:(id)arg1;
- (long long)defaultInterfaceOrientationForPresentationOfAlert:(id)arg1;
- (_Bool)defaultShouldAutorotateForAlert:(id)arg1;
- (void)alertWantsToForceWallpaperTunnelUpdate:(id)arg1;
- (void)alertIsReadyToBeRemovedFromView:(id)arg1;
- (void)alertIsReadyToBeDeactivated:(id)arg1;
- (void)alertWillDismiss:(id)arg1;
- (void)alertDidChangeOccluding:(id)arg1;
- (void)alertDidChangeOrientationEventsEnabled:(id)arg1;
- (void)alert:(id)arg1 didChangeStatusBarVisibility:(_Bool)arg2;
- (void)alert:(id)arg1 requestsBackgroundStyleChangeWithAnimationFactory:(id)arg2;
- (void)_makeAlertWindowOpaque:(_Bool)arg1;
- (void)_resetAlertWindowOpacity;
- (void)_removeFromView:(id)arg1 oldAlertIndex:(unsigned long long)arg2;
- (void)_deactivate:(id)arg1;
- (void)_activate:(id)arg1;
- (void)_createAlertWindowIfNecessaryForAlert:(id)arg1;
- (void)_noteFinishedWithAlert:(id)arg1 atIndex:(unsigned long long)arg2;
- (void)_noteAlertWillDismiss:(id)arg1;
- (_Bool)_canAutorotate;
- (void)_noteWillDisplayAlert:(id)arg1;
- (id)_alertAtIndex:(unsigned long long)arg1;
- (unsigned long long)_alertCount;
- (void)removeObserver:(id)arg1;
- (void)addObserver:(id)arg1;
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
- (void)applicationFinishedAnimatingBeneathAlert;
- (void)applicationWillAnimateActivation;
- (void)deactivateAlertsAfterLaunch;
- (void)setAlertsShouldDeactivateAfterLaunch;
- (void)deactivateAll;
- (_Bool)deactivate:(id)arg1;
- (void)activate:(id)arg1;
- (id)allAlerts;
- (_Bool)containsAlert:(id)arg1;
- (id)stackedAlertsIncludingActiveAlert:(_Bool)arg1;
- (_Bool)hasStackedAlerts;
- (id)activeAlert;
- (id)contextHostManager;
- (id)screen;
@property(nonatomic) id <SBAlertManagerDelegate> delegate;
- (void)dealloc;
- (id)init;
- (id)initWithScreen:(id)arg1 delegate:(id)arg2;
// Remaining properties
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end