Quick and dirty update to HeaderDoc for currentPlaylistClass
[MenuTunes.git] / iTunesRemote.h
index 0fbfa55..949ec96 100755 (executable)
@@ -8,14 +8,12 @@
 
 
 #import <Cocoa/Cocoa.h>
+#import <Carbon/Carbon.h>
 #import <ITMTRemote/ITMTRemote.h>
 #import <ITFoundation/ITFoundation.h>
 
-
 @interface iTunesRemote : ITMTRemote <ITMTRemote>
 {
-    
 }
-
-
+- (ProcessSerialNumber)iTunesPSN;
 @end