X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/2c8a6c4cdbc9757a8a6dcfd36338fb19606b583e..081a5fa6db149252a499575da751c45f340312bd:/ITMTPlayer.h diff --git a/ITMTPlayer.h b/ITMTPlayer.h index 3a94ace..8ae8343 100755 --- a/ITMTPlayer.h +++ b/ITMTPlayer.h @@ -19,6 +19,11 @@ @discussion Object representation for a controlled player. Players can be defined as things that control playlist(s) objects, a pool of track objects, and possibly, equalizer objects. */ @protocol ITMTPlayer +/*! + @method writable +*/ +- (BOOL)writable; + /*! @method show */