ITKit for Menutunes
[ITKit.git] / ITCategory-NSView.h
diff --git a/ITCategory-NSView.h b/ITCategory-NSView.h
new file mode 100755 (executable)
index 0000000..79d26d6
--- /dev/null
@@ -0,0 +1,8 @@
+#import <AppKit/AppKit.h>
+
+
+@interface NSView (ITCategory)
+
+- (void)removeAllSubviews;
+
+@end