Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITCategory-NSProxy.m
1 #import "ITCategory-NSProxy.h"
2
3 @implementation NSProxy (ITFoundationCategory)
4
5 - (NSString *)_copyDescription {
6         return [[self description] retain];
7 }
8
9 @end