X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/5e4dec969868a410da088273791f228def3b36a7..8cd402b5d3e43c95046af7ac0e4cb3cde2d622bc:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index c5a4566..b192d36 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -27,6 +27,7 @@ typedef enum { @interface StatusWindowController : NSObject { StatusWindow *_window; NSUserDefaults *df; + NSRange _timeRange; } + (StatusWindowController *)sharedController; @@ -55,5 +56,6 @@ typedef enum { playCount: (int)playCount image: (NSImage *)art; +- (void)updateTime:(NSString *)time; @end