home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Documents
/
OOPClass
/
Examples
/
ExtendDraw
/
Rectangle.bproj
/
Rectangle.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-06-26
|
76 b
|
11 lines
#import "AShape.h"
@interface Rectangle:AShape
{
}
-drawShape;
@end