X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/efd57bc799aac892be3c161826168729b0419fb4..6c6d051f334e4a21987da8d19a3a9fb01360efac:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 137b859..2d55b42 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -166,6 +166,11 @@ typedef enum { */ - (NSDictionary *)capabilities; +/*! + * @method showPrimaryInterface + */ +- (BOOL)showPrimaryInterface; + /*! * @method playerRunningState * @abstract Returns the running state of the remote's player. @@ -204,6 +209,11 @@ typedef enum { */ - (NSString *)songTitleAtIndex:(int)index; +/*! + * @method currentSongUniqueIdentifier: + */ +- (NSString *)currentSongUniqueIdentifier; + /*! * @method currentSongIndex */