#import "ITCategory-NSView.h"
-
-@implementation NSView (ITCategory)
+@implementation NSView (ITKitCategory)
- (void)removeAllSubviews {
[[self subviews] makeObjectsPerformSelector:@selector(removeFromSuperview)];
}
}
-@end
+@end
\ No newline at end of file