X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/e7ad0b0e0444961ed03f5fe6a237dd7b78d9ed3b..8efcef7c4932a46bf349f8c6df04887f78b57914:/iTunesRemote.h diff --git a/iTunesRemote.h b/iTunesRemote.h index 949ec96..9408c63 100755 --- a/iTunesRemote.h +++ b/iTunesRemote.h @@ -1,19 +1,20 @@ // -// iTunesRemoteControl.h +// iTunesRemote.h // MenuTunes // -// Created by Matt L. Judy on Sun Jan 05 2003. -// Copyright (c) 2003 NibFile.com. All rights reserved. +// Created by Joseph Spiros on Sat Sep 06 2003. +// Copyright (c) 2003 __MyCompanyName__. All rights reserved. // - #import #import + #import -#import -@interface iTunesRemote : ITMTRemote -{ +@interface iTunesRemote : ITMTRemote { + ProcessSerialNumber _currentPSN; + iTunesPlayer _player; + BOOL _activated; } - (ProcessSerialNumber)iTunesPSN; @end