X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6162e11fb9ec9ca0f4add4d5838e98a31ead4a21..b5111a52983c34e3d63dd8547a1f259a7cb5edda:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index b4e2a75..183648f 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -79,6 +79,21 @@ return nil; } +- (NSArray *)artists +{ + return nil; +} + +- (NSArray *)albums +{ + return nil; +} + +- (int)numberOfSources +{ + return nil; +} + - (int)numberOfSongsInPlaylistAtIndex:(int)index { return nil;