Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITSplashView.h
index 359bd3c..03ea722 100644 (file)
@@ -1,19 +1,22 @@
-//
-//  ITSplashView.h
-//  SplashScreen
-//
-//  Created by Kent Sutherland on 11/22/04.
-//  Copyright 2004 __MyCompanyName__. All rights reserved.
-//
+/*
+ *     ITKit
+ *     ITSplashView.h
+ *
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
 
 #import <Cocoa/Cocoa.h>
 
-@interface ITSplashView : NSView
-{
+@interface ITSplashView : NSView {
        NSImage *_image;
        NSProgressIndicator *_progress;
        NSTextField *_text;
 }
+
 - (void)stopAnimation;
 - (NSProgressIndicator *)progressIndicator;
 - (NSImage *)image;
@@ -21,4 +24,5 @@
 - (void)setImage:(NSImage *)image;
 - (void)setString:(NSString *)text;
 - (void)loadControlsFromPath:(NSString *)path;
-@end
+
+@end
\ No newline at end of file