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