Submissions work now. Committing before I break something by adding queues.
[MenuTunes.git] / CustomMenuTableView.h
1 /*
2  *      MenuTunes
3  *  CustomMenuTableView
4  *    App Controller Class
5  *
6  *  Original Author : Kent Sutherland <ksuther@ithinksw.com>
7  *   Responsibility : Kent Sutherland <ksuther@ithinksw.com>
8  *
9  *  Copyright (c) 2002-2003 iThink Software.
10  *  All Rights Reserved
11  *
12  */
13
14
15
16 #import <Cocoa/Cocoa.h>
17
18 @interface CustomMenuTableView : NSTableView
19 {
20 }
21 @end