Finally fixed all the memory leaks, I hope. Fixed iTunesRemote to not
[MenuTunes.git] / CustomMenuTableView.h
index 15c4389..9baccb2 100755 (executable)
@@ -1,8 +1,21 @@
-/* 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