X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/676d1feebedb6b04b4da4bb58b3ca1282d7740f5..7a218424c6a92eb4979564a7260f862edd46052d:/ITCategory-NSView.h diff --git a/ITCategory-NSView.h b/ITCategory-NSView.h old mode 100755 new mode 100644 index 3f0c047..0b41f97 --- a/ITCategory-NSView.h +++ b/ITCategory-NSView.h @@ -1,23 +1,19 @@ /* * ITKit - * ITCategory-NSView.h - * Category which extends NSView + * ITCategory-NSView.h * - * Original Author : Joseph Spiros - * Responsibility : Joseph Spiros + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. * - * Copyright (c) 2002 - 2004 iThink Software. - * All Rights Reserved + * $Id$ * */ - - -#import +#import -@interface NSView (ITCategory) +@interface NSView (ITKitCategory) - (void)removeAllSubviews; - (void)removeSubview:(NSView *)subview; -@end +@end \ No newline at end of file