A couple more modifications, as well as some comments to ease others'
[MenuTunes.git] / ITMTTrack.h
index 2ddda6d..4f45307 100755 (executable)
@@ -14,6 +14,8 @@
 #import <ITMTRemote/ITMTRemote.h>
 
 @protocol ITMTTrack
+- (BOOL)writable;
+
 - (BOOL)addToPlaylist:(ITMTPlaylist *)playlist;
 - (BOOL)addToPlaylist:(ITMTPlaylist *)playlist atIndex:(int)index;