@interface StatusWindowController : NSObject {
StatusWindow *_window;
NSUserDefaults *df;
+ NSRange _timeRange;
}
+ (StatusWindowController *)sharedController;
playCount: (int)playCount
image: (NSImage *)art;
+- (void)updateTime:(NSString *)time;
@end