Some more work on the iTunes remote... I'm starting to require testing,
[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;