-/* MyTableView */
+/*
+ * MenuTunes
+ * CustomMenuTableView
+ * App Controller Class
+ *
+ * Original Author : Kent Sutherland <ksuther@ithinksw.com>
+ * Responsibility : Kent Sutherland <ksuther@ithinksw.com>
+ *
+ * Copyright (c) 2002-2003 iThink Software.
+ * All Rights Reserved
+ *
+ */
+
+
#import <Cocoa/Cocoa.h>
-@interface MyTableView : NSTableView
+@interface CustomMenuTableView : NSTableView
{
}
@end