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

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

/* Generated by Interface Builder */

#import "CmdNewframe.h"

@implementation CmdNewframe
- initCmd
{
  [super init];
  command="newframe";
  return self;
}

- doCmd
{
  [theBitmap cmdNewframe];
  return self;
}
@end

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