X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/51a18ac1bb037b0c32f5f30f5a0436ff61b64f21..99f5b6f0f00956827c1168857d67f5a27958db98:/ITCategory-NSView.h diff --git a/ITCategory-NSView.h b/ITCategory-NSView.h old mode 100755 new mode 100644 index f4894b2..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 : Matt Judy - * Responsibility : Joseph Spiros - * - * Copyright (c) 2002 - 2003 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