X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/93f1f93114865d18b5870f04763c921ff33b8e59..98e371e074f79172824889ac1935f612a13c0290:/MenuTunesView.h diff --git a/MenuTunesView.h b/MenuTunesView.h index 1eeb4f4..06658fe 100755 --- a/MenuTunesView.h +++ b/MenuTunesView.h @@ -1,16 +1,25 @@ -// -// MenuTunesView.h -// MenuTunes -// -// Created by Kent Sutherland on Tue Nov 19 2002. -// Copyright (c) 2002 Kent Sutherland. All rights reserved. -// +/* + * MenuTunes + * MenuTunesView + * App Controller Class + * + * Original Author : Kent Sutherland + * Responsibility : Kent Sutherland + * Contributors : Matt Judy + * + * Copyright (c) 2002 iThink Software. + * All Rights Reserved + * + */ + #import @interface MenuTunesView : NSView { - NSImage *image, *altImage, *curImage; + NSImage *image; + NSImage *altImage; + BOOL mouseIsPressed; } @end