// // TestClass.h // UnitKit // // Created by James Davidson on 2004/07/22. // Copyright 2004 __MyCompanyName__. All rights reserved. // #import <Cocoa/Cocoa.h> @interface TestClass : NSObject { } -(int) testMethod; @end