Um, yeah. Started working on this and did some work getting everything on the same...
[MenuTunes.git] / MenuTunesView.h
index 1eeb4f4..81bdf60 100755 (executable)
@@ -1,16 +1,23 @@
-//
-//  MenuTunesView.h
-//  MenuTunes
-//
-//  Created by Kent Sutherland on Tue Nov 19 2002.
-//  Copyright (c) 2002 Kent Sutherland. All rights reserved.
-//
+/*
+ *     MenuTunes
+ *  MenuTunesView
+ *    NSStatusItem Menu View
+ *
+ *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
+ *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
+ *     Contributors : Matt Judy <matt@nibfile.com>
+ *
+ *  Copyright (c) 2002 The iThink Group.
+ *  All Rights Reserved
+ *
+ */
+
 
 #import <AppKit/AppKit.h>
 
 @interface MenuTunesView : NSView
 {
-    NSImage *image, *altImage, *curImage;
+    NSDictionary *images;
 }
 
 @end