X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/f7665c2fca31bcea0750b3de74e0aedba934b153..HEAD:/ITSplashView.h diff --git a/ITSplashView.h b/ITSplashView.h index 359bd3c..c077712 100644 --- a/ITSplashView.h +++ b/ITSplashView.h @@ -1,19 +1,19 @@ -// -// ITSplashView.h -// SplashScreen -// -// Created by Kent Sutherland on 11/22/04. -// Copyright 2004 __MyCompanyName__. All rights reserved. -// +/* + * ITKit + * ITSplashView.h + * + * Copyright (c) 2005 iThink Software + * + */ #import -@interface ITSplashView : NSView -{ +@interface ITSplashView : NSView { NSImage *_image; NSProgressIndicator *_progress; NSTextField *_text; } + - (void)stopAnimation; - (NSProgressIndicator *)progressIndicator; - (NSImage *)image; @@ -21,4 +21,5 @@ - (void)setImage:(NSImage *)image; - (void)setString:(NSString *)text; - (void)loadControlsFromPath:(NSString *)path; -@end + +@end \ No newline at end of file