X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/2d58e7c682543939c0ae261514af569f7ac51fa3..36c3c74d44819ba8132041dc3b4ee793c2109a69:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index d5e0c62..8cb5178 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -84,6 +84,11 @@ return nil; } +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + - (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; @@ -109,7 +114,7 @@ return nil; } -- (NSString *)currentSongUniqueIdentifier +- (NSString *)playerStateUniqueIdentifier { return nil; } @@ -149,6 +154,11 @@ return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + - (float)currentSongRating { return nil;