Submissions work now. Committing before I break something by adding queues.
[MenuTunes.git] / iTunesRemote.h
index fc1e3a0..dbbe821 100755 (executable)
 #import <Carbon/Carbon.h>
 #import <ITMTRemote/ITMTRemote.h>
 #import <ITFoundation/ITFoundation.h>
+#import <ITMac/ITMac.h>
+
+@class PlaylistNode;
 
 @interface iTunesRemote : ITMTRemote <ITMTRemote>
 {
     ProcessSerialNumber savedPSN;
+       float _iTunesVersion;
 }
+- (BOOL)isPlaying;
 - (ProcessSerialNumber)iTunesPSN;
 - (NSString*)formatTimeInSeconds:(long)seconds;
 - (NSString*)zeroSixty:(int)seconds;