A couple more modifications, as well as some comments to ease others'
[MenuTunes.git] / ITMTPlayer.h
index 3a94ace..8ae8343 100755 (executable)
     @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
 */