This is AppController.m in view mode; [Download] [Up]
#import "AppController.h"
#import "DocumentClass.h"
@implementation AppController
+ initialize
{
    static NXDefaultsVector appDefaults=
	{ { "DEBUGFILE", "~/debugfile" },
	  { "WindowSize", "400 300" },
	  { "NewEmptyDocument", "YES" },
      { (char *)NULL},
    };
    NXRegisterDefaults([NXApp appName], appDefaults);
	return self;
}
- documentClass
{	return [DocumentClass class];
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.