X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/cfe2c029d37ca99332c794092229e97bd86d4ddd..d11efc8d287ca1643e9ac6a7b561cad7cd659bda:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index e296bdd..91e4413 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -139,6 +139,14 @@ typedef enum { */ - (NSImage *)remoteIcon; +/*! + * @method sharedRemoteName + * @abstract Returns the shared remote's name. + * @discussion This title is shown while the user is selecting which shared remote to use. This is for informational purposes only, should not be overridden. + * @result An NSString containing the name of the shared remote. + */ +- (NSString *)sharedRemoteName; + /*! * @method begin * @abstract Sent when the remote should begin operation. @@ -284,6 +292,11 @@ er's process managment. */ - (NSString *)currentSongElapsed; +/*! + * @method currentSongAlbumArt + */ +- (NSImage *)currentSongAlbumArt; + /*! * @method currentSongRating */