* NSStatusItem subclass which reduces suckage
*
* Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
+ * Original Author : Matt Judy <mjudy@ithinksw.com>
* 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
*
*/
*
*/
+
#import <Cocoa/Cocoa.h>
- (NSImage*) alternateImage;
- (void) setAlternateImage:(NSImage*)image;
+
@end