home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Dev_Tools
/
CB
/
IBExample.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
|
1992-12-26
|
129 b
|
8 lines
#import <objc/Object.h>
@interface IBExample:Object
{ id theText ;
}
-setText: (char *) aString ;
-setTheText: anObject ;
@end