This is Test.h in view mode; [Download] [Up]
#import "Glyph.h" @interface Test:Glyph { int i ; } - init: (float) width :(float) height ; - (float) float: (float) val ; - (char *) string: (char *) string ; - (int) int: (int) anInt ; - point: (NXPoint *) a ; - size: (NXSize *) a ; - rect: (NXRect *) a; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.