// // testProject.h // TEST2 // // Created by matthew on Wed Apr 09 2003. // Copyright (c) 2003 __MyCompanyName__. All rights reserved. // #import <AppKit/AppKit.h> @interface testProject : NSDocument { } @end