-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSBAlertAdapter.h
More file actions
32 lines (28 loc) · 943 Bytes
/
SBAlertAdapter.h
File metadata and controls
32 lines (28 loc) · 943 Bytes
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
/**
* 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 "SBAlert.h"
@class UIViewController;
__attribute__((visibility("hidden")))
@interface SBAlertAdapter : SBAlert {
UIViewController* _effectiveViewController;
}
-(id)effectiveViewController;
-(void)setDisplay:(id)display;
-(id)description;
-(id)alertDisplayViewWithSize:(CGSize)size;
-(id)display;
-(void)alertWindow:(id)window resizedFromContentFrame:(CGRect)contentFrame toContentFrame:(CGRect)contentFrame3;
-(unsigned)supportedInterfaceOrientations;
-(BOOL)shouldAutorotateToInterfaceOrientation:(int)interfaceOrientation;
-(BOOL)shouldAutorotate;
-(BOOL)shouldAutomaticallyForwardRotationMethods;
-(BOOL)shouldAutomaticallyForwardAppearanceMethods;
-(void)setView:(id)view;
-(void)dealloc;
-(id)initWithViewController:(id)viewController;
@end