Some more work on the iTunes remote... I'm starting to require testing,
[MenuTunes.git] / iTunesTrack.h
diff --git a/iTunesTrack.h b/iTunesTrack.h
new file mode 100755 (executable)
index 0000000..920c1fb
--- /dev/null
@@ -0,0 +1,17 @@
+//
+//  iTunesTrack.h
+//  MenuTunes
+//
+//  Created by Joseph Spiros on Sat Sep 06 2003.
+//  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+
+@interface iTunesTrack : ITMTTrack <ITMTTrack> {
+    int                _index;
+}
++ (id)trackWithDatabaseIndex:(int)index;
+- (id)initWithDatabaseIndex:(int)index;
+@end