X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/22a86e1af594d77fde7f056cf5152478f14dafbf..HEAD:/ITCategory-NSView.h diff --git a/ITCategory-NSView.h b/ITCategory-NSView.h old mode 100755 new mode 100644 index 79d26d6..c7b85be --- a/ITCategory-NSView.h +++ b/ITCategory-NSView.h @@ -1,8 +1,16 @@ -#import +/* + * ITKit + * ITCategory-NSView.h + * + * Copyright (c) 2005 iThink Software + * + */ +#import -@interface NSView (ITCategory) +@interface NSView (ITKitCategory) - (void)removeAllSubviews; +- (void)removeSubview:(NSView *)subview; -@end +@end \ No newline at end of file