Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITCategory-NSProxy.m
index e4f73c4..fa7963e 100644 (file)
@@ -1,9 +1,9 @@
 #import "ITCategory-NSProxy.h"
 
-@implementation NSProxy (ITCategory)
+@implementation NSProxy (ITFoundationCategory)
 
 - (NSString *)_copyDescription {
        return [[self description] retain];
 }
 
-@end
+@end
\ No newline at end of file