]>
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 "SBAlert.h" | |
8 | ||
9 | @class NSTimer; | |
10 | ||
11 | @interface SBUSSDAlert : SBAlert | |
12 | { | |
13 | unsigned int _receivedString:1; | |
14 | unsigned int _dismissOnActivate:1; | |
15 | NSTimer *_delayedDismissTimer; | |
16 | } | |
17 | ||
18 | + (void)registerForSettingsAlerts; | |
19 | + (void)registerForAlerts; | |
20 | + (void)test; | |
21 | + (id)errorStringForCode:(unsigned int)fp8; | |
22 | + (void)_daemonRestart:(id)fp8; | |
23 | + (void)_newSIM:(id)fp8; | |
24 | - (void)dealloc; | |
25 | - (id)alertDisplayViewWithSize:(struct CGSize)fp8; | |
26 | - (void)USSDStringAvailable:(id)fp8 allowsResponse:(BOOL)fp12; | |
27 | - (BOOL)allowsResponse; | |
28 | - (BOOL)receivedString; | |
29 | - (void)setDismissOnActivate:(BOOL)fp8; | |
30 | - (void)_delayedDismiss; | |
31 | - (BOOL)activate; | |
32 | - (BOOL)deactivate; | |
33 | ||
34 | @end | |
35 |