X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6162e11fb9ec9ca0f4add4d5838e98a31ead4a21..865ed626fce033da225a4a93646ad185f72c74ff:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 7abcedf..9cd019b 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: */ @@ -414,6 +424,11 @@ er's process managment. */ - (BOOL)switchToEQAtIndex:(int)index; +/*! + * @method makePlaylistWithTerm:ofType: + */ +- (BOOL)makePlaylistWithTerm:(NSString *)term ofType:(int)type; + @end /*!