X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22a86e1af594d77fde7f056cf5152478f14dafbf..a8daf8ac0972b8b5b582a97b50889fec447f45a4:/ITCategory-NSView.h diff --git a/ITCategory-NSView.h b/ITCategory-NSView.h index 79d26d6..3f0c047 100755 --- a/ITCategory-NSView.h +++ b/ITCategory-NSView.h @@ -1,8 +1,23 @@ +/* + * ITKit + * ITCategory-NSView.h + * Category which extends NSView + * + * Original Author : Joseph Spiros + * Responsibility : Joseph Spiros + * + * Copyright (c) 2002 - 2004 iThink Software. + * All Rights Reserved + * + */ + + #import @interface NSView (ITCategory) - (void)removeAllSubviews; +- (void)removeSubview:(NSView *)subview; @end