ftp.nice.ch/pub/next/developer/resources/adaptors/MiniSQLEOFAdaptor.951211.s.gnutar.gz#/MiniSQLEOFAdaptor.95.12.11/NSString+StringValue.m

This is NSString+StringValue.m in view mode; [Download] [Up]

#import <foundation/NSString.h>

@interface NSString (StringValue)
- (NSString *)stringValue;
@end

@implementation NSString (StringValue)
- (NSString *)stringValue
{
    return self;
}
@end

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