-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSBAlertToAlertWorkspaceTransaction.h
42 lines (34 loc) · 1.31 KB
/
SBAlertToAlertWorkspaceTransaction.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
39
40
41
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "SBWorkspaceTransaction.h"
#import "SBUIAnimationControllerObserver.h"
@class NSString, SBAlert, SBUIAnimationController;
@interface SBAlertToAlertWorkspaceTransaction : SBWorkspaceTransaction <SBUIAnimationControllerObserver>
{
SBAlert *_activatingAlert;
SBAlert *_deactivatingAlert;
_Bool _activation;
SBUIAnimationController *_animation;
_Bool _animatingAlertDeactivation;
}
- (void)animationControllerDidFinishAnimation:(id)arg1;
- (void)animationController:(id)arg1 willBeginAnimation:(_Bool)arg2;
- (void)_deactivateAlertIfNecessary;
- (void)_alertAnimationComplete:(id)arg1;
- (void)_doAlertTransition;
- (void)_didComplete;
- (void)_endAnimation;
- (void)_begin;
@property(readonly, copy) NSString *debugDescription;
- (void)dealloc;
- (id)_initWithAlertManager:(id)arg1 activatingAlert:(id)arg2 deactivatingAlert:(id)arg3 activation:(_Bool)arg4;
- (id)initDeactivationWithAlertManager:(id)arg1 from:(id)arg2 to:(id)arg3;
- (id)initActivationWithAlertManager:(id)arg1 from:(id)arg2 to:(id)arg3;
// Remaining properties
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end