-
Notifications
You must be signed in to change notification settings - Fork 7
/
SBAlertView.h
41 lines (35 loc) · 1.25 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
36
37
38
39
40
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <UIKit/UIView.h>
@class SBAlert;
@interface SBAlertView : UIView
{
SBAlert *_alert;
unsigned int _displaysAboveStatusBar:1;
unsigned int _shouldAnimateIn:1;
}
+ (id)imageForPerson:(void *)arg1 display:(id)arg2 isFullscreen:(char *)arg3;
- (BOOL)shouldAddClippingViewDuringRotation;
- (void)didRotateFromInterfaceOrientation:(int)arg1;
- (void)willAnimateRotationToInterfaceOrientation:(int)arg1 duration:(double)arg2;
- (void)willRotateToInterfaceOrientation:(int)arg1 duration:(double)arg2;
- (BOOL)isSupportedInterfaceOrientation:(int)arg1;
- (void)layoutForInterfaceOrientation:(int)arg1;
- (void)alertWindowResizedFromContentFrame:(struct CGRect)arg1 toContentFrame:(struct CGRect)arg2;
- (BOOL)shouldAnimateIn;
- (void)setShouldAnimateIn:(BOOL)arg1;
- (BOOL)isReadyToBeRemovedFromView;
- (void)setDisplaysAboveStatusBar:(BOOL)arg1;
- (BOOL)displaysAboveStatusBar;
- (void)alertDisplayBecameVisible;
- (void)alertDisplayWillBecomeVisible;
- (void)setHandlerAlreadyActive:(BOOL)arg1;
- (void)dismiss;
- (void)launchURL:(id)arg1;
- (id)alert;
- (void)setAlert:(id)arg1;
- (id)initWithFrame:(struct CGRect)arg1;
@end