Upgrading ITFoundation to Xcode 3.0 and the Mac OS X 10.5 SDK.
[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