Update iTunesRemote to match the new API. MainController and
[MenuTunes.git] / MainController.h
index 8438c82..f6959eb 100755 (executable)
@@ -26,8 +26,7 @@
     NSMutableArray *remoteArray;
     ITMTRemote     *currentRemote;
     
-    ITMTRemotePlayerRunningState  playerRunningState;
-    ITMTRemotePlayerPlaylistClass latestPlaylistClass;
+    ITMTRemoteControlState  playerRunningState;
     
     //Used in updating the menu automatically
     NSTimer *refreshTimer;
@@ -51,6 +50,7 @@
 - (void)selectSongAtIndex:(int)index;
 - (void)selectSongRating:(int)rating;
 - (void)selectEQPresetAtIndex:(int)index;
+- (void)showPlayer;
 - (void)showPreferences;
 - (void)quitMenuTunes;
 
@@ -58,6 +58,7 @@
 
 - (ITMTRemote *)currentRemote;
 - (void)clearHotKeys;
+- (void)setupHotKeys;
 - (void)closePreferences;
 
 @end