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