ftp.nice.ch/pub/next/tools/screen/Magnify.NIHS.bs.tar.gz#/Magnify/Source/Magnify_main.m

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

#import "Magnify.h"

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

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