home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
Programming
/
Documents
/
OOPClass
/
Examples
/
ExtendDraw
/
Eps.bproj
/
Eps.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-07-15
|
104 b
|
12 lines
// interface file for Eps
#import "AShape.h"
@interface Eps:AShape
{
}
+initialize;
-drawShape;
@end