]>
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 "NSObject.h" | |
8 | ||
9 | @class SBApplication, UIWindow; | |
10 | ||
11 | @interface SBMiniAlertController : NSObject | |
12 | { | |
13 | SBApplication *_displayShowingAnAlert; | |
14 | UIWindow *_dimmingWindow; | |
15 | unsigned int _dontAskApps:1; | |
16 | unsigned int _reserved:31; | |
17 | } | |
18 | ||
19 | + (id)sharedInstance; | |
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; | |
36 | ||
37 | @end | |
38 |