X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/676d1feebedb6b04b4da4bb58b3ca1282d7740f5..7a218424c6a92eb4979564a7260f862edd46052d:/ITSplashScreen.h diff --git a/ITSplashScreen.h b/ITSplashScreen.h index 40ac83c..42ab05c 100644 --- a/ITSplashScreen.h +++ b/ITSplashScreen.h @@ -1,15 +1,24 @@ -/* ITSplashScreen */ +/* + * ITKit + * ITSplashScreen.h + * + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ + * + */ #import @class ITSplashWindow, ITSplashView; -@interface ITSplashScreen : NSObject -{ +@interface ITSplashScreen : NSObject { NSTimer *_fadeTimer; ITSplashWindow *_window; ITSplashView *_view; } + + (ITSplashScreen *)sharedController; - (double)progressValue; @@ -22,4 +31,5 @@ - (void)showSplashWindow; - (void)closeSplashWindow; -@end + +@end \ No newline at end of file