Licensing ITFoundation under the GNU General Public License version 2.
[ITFoundation.git] / ITCategory-NSProxy.h
index 6848d14..b9d8846 100644 (file)
@@ -6,17 +6,14 @@
  *             you supply an object other than a string as a parameter for building a
  *             string, and yet NSProxy does not implement or proxy it.
  *
- *     Copyright (c) 2005 by iThink Software.
- *     All Rights Reserved.
- *
- *     $Id$
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
-#import <Cocoa/Cocoa.h>
+#import <Foundation/Foundation.h>
 
-@interface NSProxy (ITCategory)
+@interface NSProxy (ITFoundationCategory)
 
 - (NSString *)_copyDescription;
 
-@end
+@end
\ No newline at end of file