-
Notifications
You must be signed in to change notification settings - Fork 1
/
SBFolderPresentingViewController.h
38 lines (34 loc) · 1.99 KB
/
SBFolderPresentingViewController.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
/* Generated by RuntimeBrowser
Platform: iOS 15.7.2 (19H218) arm64
Image: /System/Library/PrivateFrameworks/SpringBoardHome.framework/SpringBoardHome (1)
*/
//_canShowWhileLocked hmmm wonder what possibilities that gives us that are native in iOS 16?
@interface SBFolderPresentingViewController : SBNestingViewController <SBFolderControllerBackgroundViewDelegate> {
unsigned long long _backgroundEffect;
<UIViewControllerAnimatedTransitioning> * _currentFolderAnimator;
<SBFolderPresentingViewControllerDelegate> * _folderPresentationDelegate;
}
@property (nonatomic) unsigned long long backgroundEffect;
@property (nonatomic, retain) <UIViewControllerAnimatedTransitioning> *currentFolderAnimator;
@property (nonatomic) <SBFolderPresentingViewControllerDelegate> *folderPresentationDelegate;
@property (nonatomic, readonly) SBFolderController *presentedFolderController;
@property (nonatomic, readonly) SBFolderContainerView *view;
- (void).cxx_destruct;
- (bool)_canShowWhileLocked;
- (unsigned long long)backgroundEffect;
- (id)currentFolderAnimator;
- (void)dismissPresentedFolderControllerAnimated:(bool)arg1 completion:(id /* block */)arg2;
- (id)folderPresentationDelegate;
- (void)loadView;
- (double)minimumHomeScreenScaleForFolderControllerBackgroundView:(id)arg1;
- (id)nestingViewController:(id)arg1 animationControllerForOperation:(long long)arg2 onViewController:(id)arg3 animated:(bool)arg4;
- (id)nestingViewController:(id)arg1 interactionControllerForAnimationController:(id)arg2;
- (id)nestingViewController:(id)arg1 sourceViewForPresentingViewController:(id)arg2;
- (void)nestingViewController:(id)arg1 willPerformOperation:(long long)arg2 onViewController:(id)arg3 withTransitionCoordinator:(id)arg4;
- (void)presentFolderController:(id)arg1 animated:(bool)arg2 completion:(id /* block */)arg3;
- (id)presentedFolderController;
- (void)setBackgroundEffect:(unsigned long long)arg1;
- (void)setCurrentFolderAnimator:(id)arg1;
- (void)setFolderPresentationDelegate:(id)arg1;
- (id)view;
@end