home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 2002 February / MACPOWER-2002-02.ISO.7z / MACPOWER-2002-02.ISO / MacPowerオリジナル⁄連載 / P.264⁄Cocoa / Cocoa6-3 / MyController.h < prev    next >
Text File  |  2001-12-12  |  141b  |  9 lines

  1. #import <Cocoa/Cocoa.h>
  2.  
  3. @interface MyController : NSObject
  4. {
  5.     IBOutlet NSTextField *myTextField;
  6. }
  7. - (IBAction)myAction:(id)sender;
  8. @end
  9.