This is IKfunctions.h in view mode; [Download] [Up]
#import <AppKit/NSCell.h> #import <AppKit/NSPasteboard.h> extern NSString *IKidPboardType(void); extern void IKInitIDpboardType (void); extern void IKCopyID (NSPasteboard * pboard, id object); extern id IKReadID (NSPasteboard * pboard); extern NSArray *IKIDPasteTypes (void); extern void IKSetDebug (BOOL flag); extern BOOL IKCheckConformance (id object); extern void IKShortenTitle (NSCell * text, float maxWidth);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.