ITKit For MenuTunes
[ITKit.git] / ITStatusItem.h
index ae4f71a..8efb87b 100755 (executable)
@@ -7,7 +7,7 @@
  *   Responsibility : Matt Judy <mjudy@ithinksw.com>
  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
- *  Copyright (c) 2002 iThink Software.
+ *  Copyright (c) 2002 - 2003 iThink Software.
  *  All Rights Reserved
  *
  */
@@ -27,6 +27,7 @@
  *
  */
 
+
 #import <Cocoa/Cocoa.h>
 
 
@@ -43,4 +44,5 @@
 - (NSImage*) alternateImage;
 - (void) setAlternateImage:(NSImage*)image;
 
+
 @end