forked from andrewwiik/iOS9.1-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSBAlertManagerObserver-Protocol.h
More file actions
27 lines (22 loc) · 1.52 KB
/
SBAlertManagerObserver-Protocol.h
File metadata and controls
27 lines (22 loc) · 1.52 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
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class BSUIAnimationFactory, NSArray, SBAlert, SBAlertManager, SBAlertWindow;
@protocol SBAlertManagerObserver <NSObject>
@optional
- (void)alertManager:(SBAlertManager *)arg1 didRemoveAlert:(SBAlert *)arg2 fromWindow:(SBAlertWindow *)arg3;
- (void)alertManager:(SBAlertManager *)arg1 didTearDownAlertWindow:(SBAlertWindow *)arg2;
- (void)alertManager:(SBAlertManager *)arg1 willTearDownAlertWindow:(SBAlertWindow *)arg2;
- (void)alertManager:(SBAlertManager *)arg1 didCreateAlertWindow:(SBAlertWindow *)arg2;
- (void)alertManager:(SBAlertManager *)arg1 topAlertDidChangeOrientationEventsEnabled:(SBAlert *)arg2;
- (void)alertManager:(SBAlertManager *)arg1 topAlert:(SBAlert *)arg2 didChangeStatusBarVisibility:(_Bool)arg3;
- (void)alertManager:(SBAlertManager *)arg1 topAlert:(SBAlert *)arg2 requestsWallpaperStyleChangeWithAnimationFactory:(BSUIAnimationFactory *)arg3;
- (void)alertManager:(SBAlertManager *)arg1 didChangeTopAlertFromAlert:(SBAlert *)arg2 toAlert:(SBAlert *)arg3;
- (void)alertManager:(SBAlertManager *)arg1 didDeactivateAlert:(SBAlert *)arg2 top:(_Bool)arg3;
- (void)alertManager:(SBAlertManager *)arg1 willDeactivateAlert:(SBAlert *)arg2 top:(_Bool)arg3;
- (void)alertManager:(SBAlertManager *)arg1 didActivateAlert:(SBAlert *)arg2 overAlerts:(NSArray *)arg3;
- (void)alertManager:(SBAlertManager *)arg1 willActivateAlert:(SBAlert *)arg2 overAlerts:(NSArray *)arg3;
@end