-
Notifications
You must be signed in to change notification settings - Fork 5
/
SBAlertWindowViewController.h
42 lines (38 loc) · 1.55 KB
/
SBAlertWindowViewController.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
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import "SpringBoard-Structs.h"
#import <XXUnknownSuperclass.h> // Unknown library
@class UIView, UIScreen, UIViewController, SBAlert, NSMutableSet;
__attribute__((visibility("hidden")))
@interface SBAlertWindowViewController : XXUnknownSuperclass {
UIScreen* _screen;
UIView* _contentView;
SBAlert* _activeAlert;
UIViewController* _activeViewController;
NSMutableSet* _childAlerts;
}
@property(retain, nonatomic) UIViewController* activeViewController;
@property(retain, nonatomic) SBAlert* activeAlert;
-(void)window:(id)window willAnimateFromContentFrame:(CGRect)contentFrame toContentFrame:(CGRect)contentFrame3;
-(void)didRotateFromInterfaceOrientation:(int)interfaceOrientation;
-(void)willRotateToInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
-(BOOL)shouldAutorotateToInterfaceOrientation:(int)interfaceOrientation;
-(BOOL)shouldAutomaticallyForwardRotationMethods;
-(BOOL)shouldAutomaticallyForwardAppearanceMethods;
-(BOOL)wantsFullScreenLayout;
-(void)noteAlertWindow:(id)window didDisplayAlert:(id)alert;
-(BOOL)alertWindow:(id)window canAnimateInAlert:(id)alert;
-(id)stackedViewForAlert:(id)alert;
-(id)stackedAlertsIncludingActiveAlert:(BOOL)alert;
-(int)stackedAlertCount;
-(void)removeAlertController:(id)controller;
-(void)addAlertController:(id)controller;
-(void)loadView;
-(void)dealloc;
-(id)initWithNibName:(id)nibName bundle:(id)bundle;
-(id)initWithScreen:(id)screen;
@end