ftp.nice.ch/pub/next/developer/objc/appkit/WhosOnFirst.1.0.s.tar.gz#/WhosOnFirst/WhosOnFirst_main.m

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

/*
 *     Generated by the NeXT Interface Builder.
 */

#import <stdlib.h>
#import <appkit/Application.h>
#import "myApp.h"

void main(int argc, char *argv[]) {
	NXApp = [myApp new];
	[NXApp loadNibSection:"WhosOnFirst.nib" owner:NXApp];
	[NXApp init];
	[NXApp run];
	[NXApp free];
	exit(0);
}

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