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 79d26d6..c7b85be
@@ -1,8 +1,16 @@
-#import <AppKit/AppKit.h>
+/*
+ *     ITKit
+ *     ITCategory-NSView.h
+ *
+ *     Copyright (c) 2005 iThink Software
+ *
+ */
 
+#import <Cocoa/Cocoa.h>
 
-@interface NSView (ITCategory)
+@interface NSView (ITKitCategory)
 
 - (void)removeAllSubviews;
+- (void)removeSubview:(NSView *)subview;
 
-@end
+@end
\ No newline at end of file