X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/51a18ac1bb037b0c32f5f30f5a0436ff61b64f21..3055b035aa851467097d35d886890f272dc90ee7:/ITCategory-NSView.h diff --git a/ITCategory-NSView.h b/ITCategory-NSView.h index f4894b2..3f0c047 100755 --- a/ITCategory-NSView.h +++ b/ITCategory-NSView.h @@ -4,10 +4,9 @@ * Category which extends NSView * * Original Author : Joseph Spiros - * Responsibility : Matt Judy * Responsibility : Joseph Spiros * - * Copyright (c) 2002 - 2003 iThink Software. + * Copyright (c) 2002 - 2004 iThink Software. * All Rights Reserved * */ @@ -19,5 +18,6 @@ @interface NSView (ITCategory) - (void)removeAllSubviews; +- (void)removeSubview:(NSView *)subview; @end