X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/1cbd9d0238d3cc19b63733d7b9b236cff3caffe5..4ceec63fa54ca0281b26107bcfc78617c9854d4c:/iTunesRemote.h diff --git a/iTunesRemote.h b/iTunesRemote.h index ca615b1..ef4e75b 100755 --- a/iTunesRemote.h +++ b/iTunesRemote.h @@ -1,20 +1,23 @@ -// -// iTunesRemoteControl.h -// MenuTunes -// -// Created by Matt L. Judy on Sun Jan 05 2003. -// Copyright (c) 2003 iThink Software. All rights reserved. -// - +/* + * MenuTunes + * iTunesRemote.h + * + * Copyright (c) 2003 iThink Software + * + */ #import #import #import #import +#import + +@class PlaylistNode; @interface iTunesRemote : ITMTRemote { ProcessSerialNumber savedPSN; + float _iTunesVersion; } - (BOOL)isPlaying; - (ProcessSerialNumber)iTunesPSN;