2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface SBUSSDAlert
: SBAlert
13 unsigned int _receivedString
:1;
14 unsigned int _dismissOnActivate
:1;
15 NSTimer
*_delayedDismissTimer
;
18 + (void)registerForSettingsAlerts
;
19 + (void)registerForAlerts
;
21 + (id
)errorStringForCode
:(unsigned int)fp8
;
22 + (void)_daemonRestart
:(id
)fp8
;
23 + (void)_newSIM
:(id
)fp8
;
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
;