ftp.nice.ch/pub/next/graphics/apps/IconBounce.s.tar.gz#/IconBounce/IconBounce_main.m

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

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

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

void main(int argc, char *argv[])
{
    NXApp = [IconApp new];
    [NXApp loadNibSection:"IconBounce.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.