-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSBAlertWindow.h
More file actions
48 lines (40 loc) · 1.84 KB
/
SBAlertWindow.h
File metadata and controls
48 lines (40 loc) · 1.84 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
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "SBWindow.h"
#import "SBAlertWindowViewControllerDelegate.h"
@class NSMapTable, NSString, SBAlertWindowViewController;
@interface SBAlertWindow : SBWindow <SBAlertWindowViewControllerDelegate>
{
SBAlertWindowViewController *_alertWindowController;
id <SBAlertWindowDelegate> _alertWindowDelegate;
NSMapTable *_alertToDisplayMap;
}
+ (_Bool)_isSecure;
+ (_Bool)sb_autorotates;
+ (double)windowLevel;
@property(nonatomic) id <SBAlertWindowDelegate> alertWindowDelegate; // @synthesize alertWindowDelegate=_alertWindowDelegate;
- (unsigned long long)defaultSupportedInterfaceOrientationsForAlertWindowViewController:(id)arg1;
- (long long)defaultInterfaceOrientationForPresentationOfAlertWindowViewController:(id)arg1;
- (_Bool)defaultShouldAutorotateForAlertWindowViewController:(id)arg1;
- (void)noteInterfaceOrientationChangingTo:(long long)arg1 animated:(_Bool)arg2 withActivatingAlert:(id)arg3;
- (id)stackedAlertsIncludingActiveAlert:(_Bool)arg1;
- (int)stackedDisplayCount;
- (_Bool)hasActiveAlertsOrDisplays;
- (void)addView:(id)arg1 toBeObscuredByAlert:(id)arg2;
- (_Bool)deactivateAlert:(id)arg1;
- (void)displayAlert:(id)arg1;
- (_Bool)isOpaque;
- (void)setRootViewController:(id)arg1;
- (void)dealloc;
- (id)_initWithFrame:(struct CGRect)arg1 debugName:(id)arg2 attached:(_Bool)arg3;
- (id)initWithScreen:(id)arg1 rootViewController:(id)arg2 layoutStrategy:(id)arg3 debugName:(id)arg4 scene:(id)arg5;
- (id)initWithScreen:(id)arg1 rootViewController:(id)arg2 debugName:(id)arg3 scene:(id)arg4;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end