Mostly just moving files around for organizational puroposes. Created a Deprecated...
[MenuTunes.git] / Deprecated / StatusWindowController.h
diff --git a/Deprecated/StatusWindowController.h b/Deprecated/StatusWindowController.h
new file mode 100755 (executable)
index 0000000..1b32e4a
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ *     MenuTunes
+ *  StatusWindowController
+ *    ...
+ *
+ *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
+ *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
+ *
+ *  Copyright (c) 2002 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
+
+#import <Cocoa/Cocoa.h>
+
+@class StatusWindow;
+
+@interface StatusWindowController : NSObject
+{
+    IBOutlet NSTextField *statusField;
+    IBOutlet StatusWindow *statusWindow;
+}
+- (void)setUpcomingSongs:(NSString *)string;
+- (void)setTrackInfo:(NSString *)string;
+- (void)fadeWindowOut;
+@end