home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 41
/
Amiga_Dream_41.iso
/
Amiga
/
Programmation
/
c
/
gcc
/
objam02.lha
/
objam
/
test
/
fooObject.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
C/C++ Source or Header
|
1995-04-16
|
209 b
|
15 lines
#include <objc/Object.h>
@interface FooObject: Object
{
unsigned int foo;
}
- setFoo:(unsigned int)val;
- printFoo;
- (unsigned int)getFoo;
- read:(TypedStream*)stream;
- write:(TypedStream*)stream;
@end