Oops, I suck at making things compile
[MenuTunes.git] / iTunesRemote.h
index 79821c6..a5832bb 100755 (executable)
@@ -3,7 +3,7 @@
 //  MenuTunes
 //
 //  Created by Matt L. Judy on Sun Jan 05 2003.
-//  Copyright (c) 2003 NibFile.com. All rights reserved.
+//  Copyright (c) 2003 iThink Software. All rights reserved.
 //
 
 
 
 @interface iTunesRemote : ITMTRemote <ITMTRemote>
 {
-    ComponentInstance asComponent;
-    ProcessSerialNumber iTunesPSN;
+    BOOL _winClosed;
+    ProcessSerialNumber savedPSN;
 }
 - (ProcessSerialNumber)iTunesPSN;
-- (NSString *)runScriptAndReturnResult:(NSString *)script;
+- (NSString*)formatTimeInSeconds:(long)seconds;
+- (NSString*)zeroSixty:(int)seconds;
 @end