This is CmdVertex.m in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import "CmdVertex.h"
@implementation CmdVertex
- initCmd:(int) x :(int)y
{
[super init];
command="vertex";
number1=x;
number2=y;
return self;
}
- (int)x { return number1; }
- (int)y { return number2; }
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.