1eeb4f4f41623c1c92b056ade22abc04a33f2bfa
[MenuTunes.git] / MenuTunesView.h
1 //
2 //  MenuTunesView.h
3 //  MenuTunes
4 //
5 //  Created by Kent Sutherland on Tue Nov 19 2002.
6 //  Copyright (c) 2002 Kent Sutherland. All rights reserved.
7 //
8
9 #import <AppKit/AppKit.h>
10
11 @interface MenuTunesView : NSView
12 {
13     NSImage *image, *altImage, *curImage;
14 }
15
16 @end