forked from andrewwiik/iOS9.1-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSBAlertToAlertWorkspaceTransaction.h
More file actions
44 lines (36 loc) · 1.28 KB
/
SBAlertToAlertWorkspaceTransaction.h
File metadata and controls
44 lines (36 loc) · 1.28 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
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "SBMainWorkspaceTransaction.h"
#import "SBUIAnimationControllerObserver.h"
@class FBDisplayLayoutTransition, NSString, SBUIAnimationController, SBWorkspaceAlert;
@interface SBAlertToAlertWorkspaceTransaction : SBMainWorkspaceTransaction <SBUIAnimationControllerObserver>
{
SBWorkspaceAlert *_activatingAlert;
SBWorkspaceAlert *_deactivatingAlert;
_Bool _activation;
SBUIAnimationController *_animation;
_Bool _animatingAlertDeactivation;
FBDisplayLayoutTransition *_layoutTransition;
}
- (void)animationControllerDidFinishAnimation:(id)arg1;
- (void)animationController:(id)arg1 willBeginAnimation:(_Bool)arg2;
- (void)_updateSceneLayout;
- (_Bool)_isFromMainSwitcher;
- (void)_deactivateAlertIfNecessary;
- (void)_alertAnimationComplete:(id)arg1;
- (void)_doAlertTransition;
- (void)_didComplete;
- (void)_cleanUpAnimation;
- (void)_begin;
- (void)_willBegin;
@property(readonly, copy) NSString *debugDescription;
- (void)dealloc;
- (id)initWithTransitionRequest:(id)arg1;
// Remaining properties
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end