forked from andrewwiik/iOS9.1-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSBAlertChangeTransaction.h
More file actions
51 lines (43 loc) · 1.89 KB
/
SBAlertChangeTransaction.h
File metadata and controls
51 lines (43 loc) · 1.89 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
48
49
50
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "BSTransaction.h"
#import "SBAlertManagerObserver.h"
@class NSString, SBAlert, SBAlertManager;
@interface SBAlertChangeTransaction : BSTransaction <SBAlertManagerObserver>
{
SBAlertManager *_alertManager;
SBAlert *_toAlert;
SBAlert *_fromAlert;
id <SBAlertChangeTransactionDelegate> _delegate;
_Bool _deactivateAll;
_Bool _suppressingActivationOcclusion;
SBAlert *_alert;
}
@property(readonly, retain, nonatomic) SBAlert *fromAlert; // @synthesize fromAlert=_fromAlert;
@property(nonatomic) id <SBAlertChangeTransactionDelegate> delegate; // @synthesize delegate=_delegate;
@property(readonly, retain, nonatomic) SBAlertManager *alertManager; // @synthesize alertManager=_alertManager;
@property(readonly, retain, nonatomic) SBAlert *toAlert; // @synthesize toAlert=_alert;
- (void)_updateForegroundScenesUnderLock:(_Bool)arg1;
- (void)_addDeactivationMilestones;
- (void)_addActivationMilestones;
- (void)alertManager:(id)arg1 didDeactivateAlert:(id)arg2 top:(_Bool)arg3;
- (void)alertManager:(id)arg1 willDeactivateAlert:(id)arg2 top:(_Bool)arg3;
- (void)alertManager:(id)arg1 didActivateAlert:(id)arg2 overAlerts:(id)arg3;
- (void)alertManager:(id)arg1 willActivateAlert:(id)arg2 overAlerts:(id)arg3;
- (_Bool)_canBeInterrupted;
- (void)_didComplete;
- (void)_begin;
- (void)dealloc;
- (id)initWithAlertManager:(id)arg1 fromAlert:(id)arg2 deactivateAll:(_Bool)arg3;
- (id)initWithAlertManager:(id)arg1 toAlert:(id)arg2 fromAlert:(id)arg3;
- (id)initWithAlertManager:(id)arg1 toAlert:(id)arg2;
- (id)_initWithAlertManager:(id)arg1;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end