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.