X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/475a1064c9d3637e7fae211d7a18d411c1178af0..a8daf8ac0972b8b5b582a97b50889fec447f45a4:/ITCategory-NSView.h diff --git a/ITCategory-NSView.h b/ITCategory-NSView.h index de8beff..3f0c047 100755 --- a/ITCategory-NSView.h +++ b/ITCategory-NSView.h @@ -4,10 +4,9 @@ * Category which extends NSView * * Original Author : Joseph Spiros - * Responsibility : Matthew 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