ftp.nice.ch/pub/next/developer/objc/appkit/Briefcase.2.0.N.bs.tar.gz#/Version2.0/Briefcase_main.m

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

#import <stdlib.h>
#import "Localization.h"

void main(int argc, char *argv[]) {
    NXApp = [Application new];
    if (LoadLocalNib(LocalString("Briefcase.nib"),NXApp,NO,[NXApp zone])) {
	    [NXApp run];
	} else {
		printf("%s - %s %s\n",LocalString("Resource Error"),
					LocalString("Could not load requested resource"),
					LocalString("Briefcase.nib"));
	}
    [NXApp free];
    exit(0);
}

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