]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBScreenFlash.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBScreenFlash.h
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 UIView, UIWindow;
10
11 @interface SBScreenFlash : NSObject
12 {
13 UIWindow *_flashWindow;
14 UIView *_flashView;
15 BOOL _windowVisible;
16 }
17
18 + (id)sharedSBScreenFlash;
19 - (void)_createUI;
20 - (void)_tearDown;
21 - (void)_orderWindowOut:(id)fp8;
22 - (void)_orderWindowFront:(id)fp8;
23 - (void)stopFlash;
24 - (void)flash;
25 - (void)animationDidStop:(id)fp8 finished:(id)fp12;
26
27 @end
28