This is MyStringSegment.h in view mode; [Download] [Up]
#import <appkit/appkit.h> typedef enum {FREE,NORMAL,ITALIC,SEPARATOR} MyStringType; @interface MyStringSegment:Object { MyStringType typ; NXData *string; } - initWith:(const char *)s ofType:(MyStringType)t; - (MyStringType)typ; - (char *)string; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.