ftp.nice.ch/pub/next/graphics/apps/GraphicsWrap.N.bs.tar.gz#/462/CmdComment.m

This is CmdComment.m in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import "CmdComment.h"
#import "miscutil.h"

@implementation CmdComment
- initComment:(char *)aComment
{
  [super init];
  command=strdup(aComment);
  return self;
}

- doCmd
{
  return self;
}
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.