Added a commented-out line, template for when making builds for beta testers.
[MenuTunes.git] / MenuTunesView.h
1 /*
2  *      MenuTunes
3  *  MenuTunesView
4  *    App Controller Class
5  *
6  *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
7  *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
8  *     Contributors : Matt Judy <matt@nibfile.com>
9  *
10  *  Copyright (c) 2002 iThink Software.
11  *  All Rights Reserved
12  *
13  */
14
15
16 #import <AppKit/AppKit.h>
17
18 @interface MenuTunesView : NSView
19 {
20     NSImage *image;
21     NSImage *altImage;
22     BOOL     mouseIsPressed;
23 }
24
25 @end