]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBNetworkReselectionAlertItem.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBNetworkReselectionAlertItem.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 "SBPhoneAlertItem.h"
8
9 @interface SBNetworkReselectionAlertItem : SBPhoneAlertItem
10 {
11 }
12
13 + (id)currentInstance;
14 + (BOOL)hasCurrentInstance;
15 - (id)init;
16 - (void)_showPrefs;
17 - (id)lockLabel;
18 - (void)performUnlockAction;
19 - (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
20 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
21 - (void)willDeactivateForReason:(int)fp8;
22
23 @end
24