Incremental MT Checkin, adding the plugin files, and major project structure changes.
[MenuTunes.git] / iTunesRemote.h
diff --git a/iTunesRemote.h b/iTunesRemote.h
new file mode 100755 (executable)
index 0000000..0fbfa55
--- /dev/null
@@ -0,0 +1,21 @@
+//
+//  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 <ITMTRemote/ITMTRemote.h>
+#import <ITFoundation/ITFoundation.h>
+
+
+@interface iTunesRemote : ITMTRemote <ITMTRemote>
+{
+    
+}
+
+
+@end