home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
ObjectPalette
/
ObjectPalette.palette
/
English.lproj
/
SumObject.h
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
|
1992-12-19
|
199 b
|
17 lines
#import <appkit/appkit.h>
@interface SumObject:Object
{
id sum;
id summandOne;
id summandTwo;
id sumView;
}
- setSummandOne:sender;
- setSummandTwo:sender;
- sumThem:sender;
@end