]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBLaunchAlertItem.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBLaunchAlertItem.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 "SBAlertItem.h"
8
9 @class SBDisplay;
10
11 @interface SBLaunchAlertItem : SBAlertItem
12 {
13 SBDisplay *_associatedDisplay;
14 int _type;
15 BOOL _isDataAlert;
16 BOOL _usesCellNetwork;
17 }
18
19 - (id)initWithLaunchAlertType:(int)fp8 dataAlert:(BOOL)fp12 usesCellNetwork:(BOOL)fp16;
20 - (void)dealloc;
21 - (void)setAssociatedWithDisplay:(id)fp8;
22 - (void)_displayDeactivated:(id)fp8;
23 - (BOOL)dismissOnLock;
24 - (id)alertSheet;
25 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
26
27 @end
28