X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6f3e95b38759c72706e83ff140ae17667cdfad22..84a701a4f9f2e6f49bd78ccd9f2ba0370e841da9:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index febdda1..8431051 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -179,6 +179,16 @@ return nil; } +- (int)currentSongPlayed +{ + return -1; +} + +- (int)currentSongDuration +{ + return -1; +} + - (NSString *)currentSongRemaining { return nil;