X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/3215be951cbc1e5e8bad14701507b68ebf380ab5..a562b4a9e91163116b73f2df7d6589d812d2278e:/ITCategory-NSProxy.m diff --git a/ITCategory-NSProxy.m b/ITCategory-NSProxy.m new file mode 100644 index 0000000..e4f73c4 --- /dev/null +++ b/ITCategory-NSProxy.m @@ -0,0 +1,9 @@ +#import "ITCategory-NSProxy.h" + +@implementation NSProxy (ITCategory) + +- (NSString *)_copyDescription { + return [[self description] retain]; +} + +@end