X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fe7df02d208eb352ec57213e89545f28212fba8a..479952e2cf104d1f984108c5b672d8fbb039eebe:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 8092d3e..50fcb21 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; }