X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/a8daf8ac0972b8b5b582a97b50889fec447f45a4..HEAD:/ITCategory-NSView.m diff --git a/ITCategory-NSView.m b/ITCategory-NSView.m old mode 100755 new mode 100644 index 8c6ed90..9016162 --- a/ITCategory-NSView.m +++ b/ITCategory-NSView.m @@ -1,10 +1,9 @@ #import "ITCategory-NSView.h" - -@implementation NSView (ITCategory) +@implementation NSView (ITKitCategory) - (void)removeAllSubviews { - [[self subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)]; + [[self subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)]; } - (void)removeSubview:(NSView *)subview { @@ -13,4 +12,4 @@ } } -@end +@end \ No newline at end of file