home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
YellowBox
/
Utilities
/
BMI-5.0-w
/
MenuObject.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-26
|
154 b
|
10 lines
#import <AppKit/AppKit.h>
@interface MenuObject : NSObject
{
}
- (void)Imperial:(id)sender;
- (void)Metric:(id)sender;
- (void)MoreInfo:(id)sender;
@end