Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITCategory-NSView.h
old mode 100755 (executable)
new mode 100644 (file)
index de8beff..c7b85be
@@ -1,23 +1,16 @@
 /*
  *     ITKit
- *  ITCategory-NSView.h
- *    Category which extends NSView
+ *     ITCategory-NSView.h
  *
- *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
- *
- *  Copyright (c) 2002 - 2003 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 iThink Software
  *
  */
-#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