3f0c0473be4570dc149f94f5d148b8f2deddae70
[ITKit.git] / ITCategory-NSView.h
1 /*
2  *      ITKit
3  *  ITCategory-NSView.h
4  *    Category which extends NSView
5  *
6  *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
7  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
8  *
9  *  Copyright (c) 2002 - 2004 iThink Software.
10  *  All Rights Reserved
11  *
12  */
13  
14  
15 #import <AppKit/AppKit.h>
16
17
18 @interface NSView (ITCategory)
19
20 - (void)removeAllSubviews;
21 - (void)removeSubview:(NSView *)subview;
22
23 @end