X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/efd57bc799aac892be3c161826168729b0419fb4..a822d608c6739b4c2cd2c39187a78ca461d4d6d4:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 8753f6d..5cd7733 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -59,6 +59,11 @@ nil]; } +- (BOOL)showPrimaryInterface +{ + return NO; +} + - (ITMTRemotePlayerRunningState)playerRunningState { return nil; @@ -94,6 +99,11 @@ return nil; } +- (NSString *)currentSongUniqueIdentifier +{ + return nil; +} + - (int)currentSongIndex { return nil;