X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/e740c3a87c5e9bcf4ef1751b37545fc616592e6c..f0a93087145b1920a1e96931203343a4b2b8793f:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 48058a9..8653e5f 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -33,6 +33,16 @@ return NO; } +- (BOOL)isAppRunning +{ + return NO; +} + +- (PlayerState)playerState +{ + return stopped; +} + - (NSArray *)playlists { return nil; @@ -123,6 +133,16 @@ return NO; } +- (BOOL)fastForward +{ + return NO; +} + +- (BOOL)rewind +{ + return NO; +} + - (BOOL)switchToPlaylistAtIndex:(int)index { return NO;