Largo: The ITKit is not l33t. I will make it l33t.
[ITKit.git] / ITChasingArrowsView.h
index 4991cb6..bdc2a80 100755 (executable)
@@ -1,20 +1,29 @@
-//
-//  ITChasingArrowsView.h
-//  
-//
-//  Created by Doug Brown on Sat May 11 2002.
-//  Copyright (c) 2002 iThink Software. All rights reserved.
-//
+/*
+ *     ITKit
+ *  ITStatusItem
+ *    NSStatusItem subclass which reduces suckage
+ *
+ *  Original Author : Doug Brown
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *
+ *  Copyright (c) 2002 iThink Software.
+ *  All Rights Reserved
+ *
+ */
 
 #import <AppKit/AppKit.h>
 
 
-@interface ITChasingArrowsView : NSView {
+@interface ITChasingArrowsView : NSView
+{
     BOOL running, inForeground;
     int curIndex;
     NSTimer *timer;
     NSArray *images;
 }
+
 - (IBAction)stop:(id)sender;
 - (IBAction)start:(id)sender;
+
 @end