Adding initial work on new plugin API. THIS BREAKS MT. We are working to
[MenuTunes.git] / iTunesRemote.h
1 //
2 //  iTunesRemote.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 #import <Carbon/Carbon.h>
11
12 #import <ITMTRemote/ITMTRemote.h>
13
14 @interface iTunesRemote : ITMTRemote <ITMTRemote> {
15     ProcessSerialNumber _currentPSN;
16     iTunesPlayer _player;
17     BOOL _activated;
18 }
19 - (ProcessSerialNumber)iTunesPSN;
20 @end