Adding next/previous track methods to ITMTPlaylist
[MenuTunes.git] / ITMTRemote.h
index cc96262..6d4add5 100755 (executable)
@@ -180,6 +180,9 @@ typedef enum {
 
 - (BOOL)selectTrack:(ITMTTrack *)track;
 - (BOOL)selectTrackAtIndex:(int)index;
+
+- (BOOL)selectNextTrack;
+- (BOOL)selectPreviousTrack;
 @end
 
 @interface ITMTPlaylist : NSObject <ITMTPlaylist>