-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSBAlertView.h
36 lines (32 loc) · 1.2 KB
/
SBAlertView.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
/**
* 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 SBAlert;
__attribute__((visibility("hidden")))
@interface SBAlertView : XXUnknownSuperclass {
SBAlert* _alert;
unsigned _shouldAnimateIn : 1;
}
-(void)alertWindowViewControllerResizedFromContentFrame:(CGRect)contentFrame toContentFrame:(CGRect)contentFrame2;
-(void)setAlert:(id)alert;
-(BOOL)shouldAddClippingViewDuringRotation;
-(void)didRotateFromInterfaceOrientation:(int)interfaceOrientation;
-(void)willAnimateRotationToInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
-(void)willRotateToInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
-(BOOL)isSupportedInterfaceOrientation:(int)orientation;
-(void)layoutForInterfaceOrientation:(int)interfaceOrientation;
-(BOOL)isAnimatingOut;
-(BOOL)shouldAnimateIn;
-(void)setShouldAnimateIn:(BOOL)animateIn;
-(BOOL)isReadyToBeRemovedFromView;
-(void)alertDisplayBecameVisible;
-(void)alertDisplayWillBecomeVisible;
-(void)dismiss;
-(id)alert;
-(id)initWithFrame:(CGRect)frame;
@end