ftp.nice.ch/pub/next/database/apps/Stopwatch.2.5.s.tar.gz#/Stopwatch2.5/InfoPanel.h

This is InfoPanel.h in view mode; [Download] [Up]

/*
 * Info Panel support for Stopwatch app.
 *
 * For legal stuff see the file COPYRIGHT
 */
#import <appkit/appkit.h>

@interface InfoPanel:Object
{
  id	panel;
  id	versionField;
  id	legalPanel;
}

+ new;
- showInfo;
- showLegal:sender;

@end

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