home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import "MyObject.h"
- #import <appkit/Form.h>
-
- @implementation MyObject
-
- - setMyText:anObject
- {
- myText = anObject;
- return self;
- }
-
- - printText:sender
- {
- const char *strptr;
- strptr = [myText stringValue];
- printf("String = %s\n", strptr);
- return self;
- }
-
-
- @end
-