DAMN YOU PROJECT BUILDER FOR IMPORTING ONLY FOUNDATION!!!
[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 : Matt Judy <mjudy@ithinksw.com>
8  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
9  *
10  *  Copyright (c) 2002 - 2003 iThink Software.
11  *  All Rights Reserved
12  *
13  */
14  
15  
16 #import <AppKit/AppKit.h>
17
18
19 @interface NSView (ITCategory)
20
21 - (void)removeAllSubviews;
22
23 @end