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.