-/* ITSplashScreen */
+/*
+ * ITKit
+ * ITSplashScreen.h
+ *
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
+ *
+ */
#import <Cocoa/Cocoa.h>
@class ITSplashWindow, ITSplashView;
-@interface ITSplashScreen : NSObject
-{
+@interface ITSplashScreen : NSObject {
NSTimer *_fadeTimer;
ITSplashWindow *_window;
ITSplashView *_view;
}
+
+ (ITSplashScreen *)sharedController;
- (double)progressValue;
- (void)showSplashWindow;
- (void)closeSplashWindow;
-@end
+
+@end
\ No newline at end of file