ftp.nice.ch/pub/next/database/plz/NXplz.1.1.NIHS.bs.tar.gz#/NXplz-1.1/MyStringSegment.h

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.