Some more work on the iTunes remote... I'm starting to require testing,
[MenuTunes.git] / iTunesTrack.h
1 //
2 //  iTunesTrack.h
3 //  MenuTunes
4 //
5 //  Created by Joseph Spiros on Sat Sep 06 2003.
6 //  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11
12 @interface iTunesTrack : ITMTTrack <ITMTTrack> {
13     int         _index;
14 }
15 + (id)trackWithDatabaseIndex:(int)index;
16 - (id)initWithDatabaseIndex:(int)index;
17 @end