-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSBAlertDelegate-Protocol.h
More file actions
24 lines (20 loc) · 977 Bytes
/
SBAlertDelegate-Protocol.h
File metadata and controls
24 lines (20 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// 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, SBAlert;
@protocol SBAlertDelegate <NSObject>
- (unsigned long long)defaultSupportedInterfaceOrientationsForAlert:(SBAlert *)arg1;
- (long long)defaultInterfaceOrientationForPresentationOfAlert:(SBAlert *)arg1;
- (_Bool)defaultShouldAutorotateForAlert:(SBAlert *)arg1;
- (void)alertWantsToForceWallpaperTunnelUpdate:(SBAlert *)arg1;
- (void)alertIsReadyToBeRemovedFromView:(SBAlert *)arg1;
- (void)alertIsReadyToBeDeactivated:(SBAlert *)arg1;
- (void)alertWillDismiss:(SBAlert *)arg1;
- (void)alertDidChangeOccluding:(SBAlert *)arg1;
- (void)alertDidChangeOrientationEventsEnabled:(SBAlert *)arg1;
- (void)alert:(SBAlert *)arg1 didChangeStatusBarVisibility:(_Bool)arg2;
- (void)alert:(SBAlert *)arg1 requestsBackgroundStyleChangeWithAnimationFactory:(BSUIAnimationFactory *)arg2;
@end