X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/f7665c2fca31bcea0750b3de74e0aedba934b153..HEAD:/ITSplashScreen.h diff --git a/ITSplashScreen.h b/ITSplashScreen.h index 40ac83c..e32db4e 100644 --- a/ITSplashScreen.h +++ b/ITSplashScreen.h @@ -1,15 +1,21 @@ -/* ITSplashScreen */ +/* + * ITKit + * ITSplashScreen.h + * + * Copyright (c) 2005 iThink Software + * + */ #import @class ITSplashWindow, ITSplashView; -@interface ITSplashScreen : NSObject -{ +@interface ITSplashScreen : NSObject { NSTimer *_fadeTimer; ITSplashWindow *_window; ITSplashView *_view; } + + (ITSplashScreen *)sharedController; - (double)progressValue; @@ -22,4 +28,5 @@ - (void)showSplashWindow; - (void)closeSplashWindow; -@end + +@end \ No newline at end of file