Adding initial work on new plugin API. THIS BREAKS MT. We are working to
[MenuTunes.git] / iTunesPlayer.h
1 //
2 //  iTunesPlayer.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 <Cocoa/Cocoa.h>
10
11 #import <ITMTRemote/ITMTRemote.h>
12
13 @interface iTunesPlayer : ITMTPlayer <ITMTPlayer>
14 @end