79d26d615267cabe28623d318a4f7002e17c8fb9
[ITKit.git] / ITCategory-NSView.h
1 #import <AppKit/AppKit.h>
2
3
4 @interface NSView (ITCategory)
5
6 - (void)removeAllSubviews;
7
8 @end