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-1 / MyController.h < prev    next >
Text File  |  2001-11-14  |  102b  |  8 lines

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