-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_SBAlertController.h.h
More file actions
35 lines (31 loc) · 1.19 KB
/
Copy path_SBAlertController.h.h
File metadata and controls
35 lines (31 loc) · 1.19 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
/* Generated by RuntimeBrowser
Platform: iOS 15.7.3 (19H307) arm64
Image: /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI (1.0)
*/
@interface _SBAlertController : UIAlertController <BSDescriptionProviding> {
<_SBAlertControllerDelegate> * _alertControllerDelegate;
SBAlertItem * _alertItem;
<UIAlertControllerVisualStyleProviding> * _styleProvider;
}
@property (nonatomic) <_SBAlertControllerDelegate> *alertControllerDelegate;
@property (nonatomic) SBAlertItem *alertItem;
@property (readonly, copy) NSString *debugDescription;
@property (readonly, copy) NSString *description;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
- (void).cxx_destruct;
- (bool)_canShowWhileLocked;
- (id)_styleProvider;
- (id)alertControllerDelegate;
- (id)alertItem;
- (id)description;
- (id)descriptionBuilderWithMultilinePrefix:(id)arg1;
- (id)descriptionWithMultilinePrefix:(id)arg1;
- (id)initWithStyleProvider:(id)arg1;
- (void)setAlertControllerDelegate:(id)arg1;
- (void)setAlertItem:(id)arg1;
- (void)setHiddenOnClonedDisplay:(bool)arg1;
- (id)succinctDescription;
- (id)succinctDescriptionBuilder;
- (void)viewDidDisappear:(bool)arg1;
@end