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