Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITCategory-NSView.m
old mode 100755 (executable)
new mode 100644 (file)
index 8c6ed90..9016162
@@ -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