Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITCategory-NSView.h
1 /*
2  *      ITKit
3  *      ITCategory-NSView.h
4  *
5  *      Copyright (c) 2005 iThink Software
6  *
7  */
8
9 #import <Cocoa/Cocoa.h>
10
11 @interface NSView (ITKitCategory)
12
13 - (void)removeAllSubviews;
14 - (void)removeSubview:(NSView *)subview;
15
16 @end