Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITCategory-NSView.h
old mode 100755 (executable)
new mode 100644 (file)
index 3f0c047..0b41f97
@@ -1,23 +1,19 @@
 /*
  *     ITKit
- *  ITCategory-NSView.h
- *    Category which extends NSView
+ *     ITCategory-NSView.h
  *
- *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
  *
- *  Copyright (c) 2002 - 2004 iThink Software.
- *  All Rights Reserved
+ *     $Id$
  *
  */
-#import <AppKit/AppKit.h>
 
+#import <Cocoa/Cocoa.h>
 
-@interface NSView (ITCategory)
+@interface NSView (ITKitCategory)
 
 - (void)removeAllSubviews;
 - (void)removeSubview:(NSView *)subview;
 
-@end
+@end
\ No newline at end of file