X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/c99066bb8eb3a6f60be746f1ae150390dea4bd51..b5111a52983c34e3d63dd8547a1f259a7cb5edda:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index bafb49e..183648f 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -79,11 +79,26 @@ return nil; } +- (NSArray *)artists +{ + return nil; +} + +- (NSArray *)albums +{ + return nil; +} + - (int)numberOfSources { return nil; } +- (int)numberOfSongsInPlaylistAtIndex:(int)index +{ + return nil; +} + - (ITMTRemotePlayerSource)currentSource { return nil;