X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6745d6b50f232e5d1da5c57032a669977bb37d8c..c56d57f54a2e787ef6ca12f070ad8b48789b7d7a:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 3337e55..8cb5178 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -84,6 +84,11 @@ return nil; } +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; @@ -149,6 +154,11 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + - (float)currentSongRating { return nil;