DAMN YOU PROJECT BUILDER FOR IMPORTING ONLY FOUNDATION!!!
[ITKit.git] / ITTableView.h
index 5661c74..af06287 100755 (executable)
@@ -1,20 +1,21 @@
 /*
  *     ITKit
  *     ITTableView
- *
- *     An NSTableView subclass with easy to use accessors for adding a menu (with optional image)
- *     to the corner view of the TableView.
+ *    NSTableView subclass with easy to use accessors for adding a menu
+ *    (with optional image) to the corner view of the TableView.
  *
  *     Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
  *     Responsibility  : Joseph Spiros <joseph.spiros@ithinksw.com>
  *
- *     Copyright (c) 2002 iThink Software.
+ *     Copyright (c) 2002-2003 iThink Software.
  *     All Rights Reserved
  *
  */
 
-#import <AppKit/AppKit.h>
-#import "ITTableCornerView.h"
+#import <Cocoa/Cocoa.h>
+
+@class ITTableCornerView;
 
 @interface ITTableView : NSTableView {
     ITTableCornerView *corner;