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.