X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/5c68843e215011cab04f402cb4dc66bec3225081..635a5437a4d35597ac0fce8c5f7bcb3dd406d5e3:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index ab96a26..c0ec9eb 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -46,9 +46,11 @@ typedef enum { title: (NSString *)title album: (NSString *)album artist: (NSString *)artist + composer: (NSString *)composer time: (NSString *)time // FLOW: Should probably be NSDate or something. track: (NSString *)track - rating: (int)rating; + rating: (int)rating + image: (NSImage *)art; @end