X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cacee349eceeff2db2146d3b53f39412418a4dde..38eeefe80602c6a1bac5083baef95e32d01757b1:/ITMTRemote.m?ds=inline diff --git a/ITMTRemote.m b/ITMTRemote.m index bd7e106..96fecda 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -154,6 +154,16 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + +- (NSImage *)currentSongAlbumArt +{ + return nil; +} + - (float)currentSongRating { return nil;