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-4
/
MyController.h
< prev
next >
Wrap
Text File
|
2001-12-12
|
141b
|
9 lines
#import <Cocoa/Cocoa.h>
@interface MyController : NSObject
{
IBOutlet NSTextField *myTextField;
}
- (IBAction)myAction:(id)sender;
@end