#import <Cocoa/Cocoa.h>
+#import <Carbon/Carbon.h>
#import <ITMTRemote/ITMTRemote.h>
#import <ITFoundation/ITFoundation.h>
-
@interface iTunesRemote : ITMTRemote <ITMTRemote>
{
-
+ ProcessSerialNumber iTunesPSN;
}
-
-
+- (ProcessSerialNumber)iTunesPSN;
+- (void)applicationLaunched:(NSNotification *)note;
+- (void)applicationTerminated:(NSNotification *)note;
@end