ftp.nice.ch/pub/next/developer/objc/appkit/BackBounce.s.tar.gz#/BackBounce/BackBounce_main.m

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

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

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

void main(int argc, char *argv[])
{
    NXApp = [BackApp new];
    [NXApp loadNibSection:"BackBounce.nib" owner:NXApp withNames:NO];
    				// Does this get a bit more startup speed?  I
				// am not sure.  I hope so.
    [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.