Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITSplashView.h
index 359bd3c..c077712 100644 (file)
@@ -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 <Cocoa/Cocoa.h>
 
-@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