]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBAlertDisplay.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBAlertDisplay.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <UIKit/UIView.h>
8
9 @class SBAlert;
10
11 @interface SBAlertDisplay : UIView
12 {
13 SBAlert *_alert;
14 unsigned int _displaysAboveStatusBar:1;
15 unsigned int _shouldAnimateIn:1;
16 }
17
18 - (void)setAlert:(id)fp8;
19 - (id)alert;
20 - (void)launchURL:(id)fp8;
21 - (void)willDismiss;
22 - (void)dismiss;
23 - (void)setHandlerAlreadyActive:(BOOL)fp8;
24 - (void)alertDisplayWillBecomeVisible;
25 - (void)alertDisplayBecameVisible;
26 - (BOOL)displaysAboveStatusBar;
27 - (void)setDisplaysAboveStatusBar:(BOOL)fp8;
28 - (BOOL)isReadyToBeRemovedFromView;
29 - (void)setShouldAnimateIn:(BOOL)fp8;
30 - (BOOL)shouldAnimateIn;
31
32 @end
33