forked from andrewwiik/iOS9.1-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSBAlertView.h
More file actions
35 lines (29 loc) · 1020 Bytes
/
SBAlertView.h
File metadata and controls
35 lines (29 loc) · 1020 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
32
33
34
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "UIView.h"
@class SBAlert;
@interface SBAlertView : UIView
{
SBAlert *_alert;
unsigned int _shouldAnimateIn:1;
}
- (void)alertWindowViewControllerResizedFromContentFrame:(struct CGRect)arg1 toContentFrame:(struct CGRect)arg2;
- (void)setAlert:(id)arg1;
- (_Bool)shouldAddClippingViewDuringRotation;
- (void)didRotateFromInterfaceOrientation:(long long)arg1;
- (void)willAnimateRotationToInterfaceOrientation:(long long)arg1 duration:(double)arg2;
- (void)willRotateToInterfaceOrientation:(long long)arg1 duration:(double)arg2;
- (void)layoutForInterfaceOrientation:(long long)arg1;
- (_Bool)isAnimatingOut;
- (_Bool)shouldAnimateIn;
- (void)setShouldAnimateIn:(_Bool)arg1;
- (_Bool)isReadyToBeRemovedFromView;
- (void)alertDisplayBecameVisible;
- (void)alertDisplayWillBecomeVisible;
- (void)dismiss;
- (id)alert;
- (id)initWithFrame:(struct CGRect)arg1;
@end