]>
Commit | Line | Data |
---|---|---|
298474e0 JF |
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 NSDictionary, NSMutableArray, NSString, NSTimer, UITable; | |
10 | ||
11 | @interface SBWiFiAlertItem : SBAlertItem | |
12 | { | |
13 | NSMutableArray *_networks; | |
14 | NSTimer *_scanTimer; | |
15 | UITable *_table; | |
16 | struct CGSize _size; | |
17 | int _joinRow; | |
18 | NSString *_password; | |
19 | NSDictionary *_joinDict; | |
20 | SBAlertItem *_childAlert; | |
21 | BOOL _selectingRow; | |
22 | BOOL _storedPassword; | |
23 | BOOL _passwordFailed; | |
24 | BOOL _sentResponse; | |
25 | } | |
26 | ||
27 | - (void)scan; | |
28 | - (id)init; | |
29 | - (int)_joinRow; | |
30 | - (void)setNetworks:(id)fp8; | |
31 | - (void)setChildAlert:(id)fp8; | |
32 | - (id)insertionsForNewNetworks:(id)fp8; | |
33 | - (id)deletionSetForLostNetworks:(id)fp8 originalNetworks:(id)fp12; | |
34 | - (void)wifiManager:(id)fp8 scanCompleted:(id)fp12; | |
35 | - (void)_enableTable; | |
36 | - (void)dismiss; | |
37 | - (void)willDeactivateForReason:(int)fp8; | |
38 | - (void)willActivate; | |
39 | - (void)wifiManager:(id)fp8 joinCompleted:(int)fp12; | |
40 | - (void)didPresentAlertSheet:(id)fp8; | |
41 | - (void)passwordEntered:(id)fp8; | |
42 | - (void)dealloc; | |
43 | - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12; | |
44 | - (BOOL)allowMenuButtonDismissal; | |
45 | - (void)performUnlockAction; | |
46 | - (int)numberOfRowsInTable:(id)fp8; | |
47 | - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16; | |
48 | - (void)tableSelectionDidChange:(id)fp8; | |
49 | - (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12; | |
50 | - (BOOL)dismissOnLock; | |
51 | - (void)dismissAlertsForApplicationTransition; | |
52 | - (void)didDeactivateForReason:(int)fp8; | |
53 | ||
54 | @end | |
55 |