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