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

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

/*
 * Protocol to allow an object to be used in a ColCell, and
 * a description of the structure returned by this method.
 *
 * For legal stuff see the file COPYRIGHT
 */
#include <objc/Object.h>

typedef struct {
  int	offset;			/* column position */
  char	*method;		/* method name to invoke */
  SEL	selector;		/* filled in at run time */
} ColDesc;

@protocol ColCellData

- (ColDesc *)colDesc;

@end

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