git.ithinksw.org
/
ITFoundation.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Enabling garbage collection support.
[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