X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cacee349eceeff2db2146d3b53f39412418a4dde..ec1969da79832d035791a9d6647242fffe0b176a:/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;