5 * This is actually a bug fix, as _copyDescription is required by NSLog when
6 * you supply an object other than a string as a parameter for building a
7 * string, and yet NSProxy does not implement or proxy it.
9 * Copyright (c) 2005 iThink Software
13 #import <Foundation/Foundation.h>
15 @interface NSProxy (ITFoundationCategory)
17 - (NSString *)_copyDescription;