2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class SBApplication
, UIWindow
;
11 @interface SBMiniAlertController
: NSObject
13 SBApplication
*_displayShowingAnAlert
;
14 UIWindow
*_dimmingWindow
;
15 unsigned int _dontAskApps
:1;
16 unsigned int _reserved
:31;
20 - (id
)dimImageForKeyboard
:(BOOL
)fp8
;
21 - (void)showDimmingWindow
;
22 - (void)finishedAnimatingDimWindowOut
:(id
)fp8 didFinish
:(id
)fp12
;
23 - (void)cancelHideDimmingWindow
;
24 - (void)hideDimmingWindowAfterDelay
;
25 - (void)hideDimmingWindow
;
26 - (void)deactivateAlertItemsWithBundleIdentifier
:(id
)fp8
;
27 - (void)displayWillShowMiniAlert
:(id
)fp8
;
28 - (id
)displayShowingAnAlert
;
29 - (void)setShouldAskApps
:(BOOL
)fp8
;
30 - (void)displayWillDismissMiniAlert
:(id
)fp8 andShowAnother
:(BOOL
)fp12
;
31 - (void)displayDidDisableMiniAlerts
:(id
)fp8
;
32 - (void)showApplicationMiniAlertsIfNeeded
;
33 - (void)hideApplicationMiniAlerts
;
34 - (void)noteMiniAlertStateChanged
;
35 - (BOOL
)canShowAlerts
;