X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/3ee1edf966c9731ba8aef5173b5c5f6a69ff5045..6e879de483fcc0349bb3720d1eb8ae74dc6d3803:/MenuTunesView.h diff --git a/MenuTunesView.h b/MenuTunesView.h index 1eeb4f4..81bdf60 100755 --- a/MenuTunesView.h +++ b/MenuTunesView.h @@ -1,16 +1,23 @@ -// -// MenuTunesView.h -// MenuTunes -// -// Created by Kent Sutherland on Tue Nov 19 2002. -// Copyright (c) 2002 Kent Sutherland. All rights reserved. -// +/* + * MenuTunes + * MenuTunesView + * NSStatusItem Menu View + * + * Original Author : Kent Sutherland + * Responsibility : Kent Sutherland + * Contributors : Matt Judy + * + * Copyright (c) 2002 The iThink Group. + * All Rights Reserved + * + */ + #import @interface MenuTunesView : NSView { - NSImage *image, *altImage, *curImage; + NSDictionary *images; } @end