A couple more modifications, as well as some comments to ease others'
[MenuTunes.git] / ITMTPlaylist.h
index 9f2d61d..01a3f53 100755 (executable)
@@ -14,6 +14,8 @@
 #import <ITMTRemote/ITMTRemote.h>
 
 @protocol ITMTPlaylist
+- (BOOL)writable;
+
 - (BOOL)show; // graphical
 
 - (BOOL)setValue:(id)value forProperty:(ITMTGenericProperty)property;