Easy parts of the plugin are done. Small improvements in MenuTunes main
[MenuTunes.git] / iTunesRemote.h
1 //
2 //  iTunesRemoteControl.h
3 //  MenuTunes
4 //
5 //  Created by Matt L. Judy on Sun Jan 05 2003.
6 //  Copyright (c) 2003 NibFile.com. All rights reserved.
7 //
8
9
10 #import <Cocoa/Cocoa.h>
11 #import <ITMTRemote/ITMTRemote.h>
12 #import <ITFoundation/ITFoundation.h>
13
14
15 @interface iTunesRemote : ITMTRemote <ITMTRemote>
16 {
17     ProcessSerialNumber iTunesPSN;
18 }
19 - (ProcessSerialNumber)iTunesPSN;
20 @end