X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/7b7de4d405e383f18d69341f0f7459e4b3db35c4..28ef52fed0fa8f1d49c604cabe52b846bf01d393:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index ab96a26..a3c36ea 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -48,7 +48,8 @@ typedef enum { artist: (NSString *)artist time: (NSString *)time // FLOW: Should probably be NSDate or something. track: (NSString *)track - rating: (int)rating; + rating: (int)rating + image: (NSImage *)art; @end