X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d9ea951aa04106a979f9645cd996c9f297fef733..2c8a6c4cdbc9757a8a6dcfd36338fb19606b583e:/Deprecated/iTunesRemote.h diff --git a/Deprecated/iTunesRemote.h b/Deprecated/iTunesRemote.h new file mode 100755 index 0000000..992eb49 --- /dev/null +++ b/Deprecated/iTunesRemote.h @@ -0,0 +1,20 @@ +// +// iTunesRemoteControl.h +// MenuTunes +// +// Created by Matt L. Judy on Sun Jan 05 2003. +// Copyright (c) 2003 NibFile.com. All rights reserved. +// + + +#import +#import +#import +#import + +@interface iTunesRemote : ITMTRemote +{ + ProcessSerialNumber savedPSN; +} +- (ProcessSerialNumber)iTunesPSN; +@end