ftp.nice.ch/pub/next/developer/resources/libraries/libtclobjc.1.0.1.s.tar.gz#/libtclobjc-1.01/checkTk.m

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

#include "Tk.h"
 
 int main (int argc, char *argv[])
 {
   id tk = [[Tk alloc] initWithArgc:argc argv:argv];
   [tk promptAndEval];
   exit(0);
 }

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