Adding initial work on new plugin API. THIS BREAKS MT. We are working to
[MenuTunes.git] / Deprecated / iTunesRemote.h
diff --git a/Deprecated/iTunesRemote.h b/Deprecated/iTunesRemote.h
new file mode 100755 (executable)
index 0000000..992eb49
--- /dev/null
@@ -0,0 +1,20 @@
+//
+//  iTunesRemoteControl.h
+//  MenuTunes
+//
+//  Created by Matt L. Judy on Sun Jan 05 2003.
+//  Copyright (c) 2003 NibFile.com. All rights reserved.
+//
+
+
+#import <Cocoa/Cocoa.h>
+#import <Carbon/Carbon.h>
+#import <ITMTRemote/ITMTRemote.h>
+#import <ITFoundation/ITFoundation.h>
+
+@interface iTunesRemote : ITMTRemote <ITMTRemote>
+{
+    ProcessSerialNumber savedPSN;
+}
+- (ProcessSerialNumber)iTunesPSN;
+@end