Um, yeah. Started working on this and did some work getting everything on the same...
[MenuTunes.git] / MenuTunesView.h
1 /*
2  *      MenuTunes
3  *  MenuTunesView
4  *    NSStatusItem Menu View
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 The iThink Group.
11  *  All Rights Reserved
12  *
13  */
14
15
16 #import <AppKit/AppKit.h>
17
18 @interface MenuTunesView : NSView
19 {
20     NSDictionary *images;
21 }
22
23 @end