X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/35167b10d151b0ae09f0f807670c318bc4d3de53..22a86e1af594d77fde7f056cf5152478f14dafbf:/ITCategory-NSView.h?ds=sidebyside diff --git a/ITCategory-NSView.h b/ITCategory-NSView.h new file mode 100755 index 0000000..79d26d6 --- /dev/null +++ b/ITCategory-NSView.h @@ -0,0 +1,8 @@ +#import + + +@interface NSView (ITCategory) + +- (void)removeAllSubviews; + +@end