X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/97a75b2b15c91605969af322f4ed92559e7192d3..b5111a52983c34e3d63dd8547a1f259a7cb5edda:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 7abcedf..91c3512 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -204,6 +204,16 @@ er's process managment. */ - (NSArray *)playlists; +/*! + * @method artists + */ +- (NSArray *)artists; + +/*! + * @method albums + */ +- (NSArray *)albums; + /*! * @method numberOfSongsInPlaylistAtIndex: */