ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.m.NIS.b.tgz#/MiscKit.2.0.5.m.NIS.b/MiscFoundation.framework/Versions/A/Headers/NSString+MiscExtensions.h

This is NSString+MiscExtensions.h in view mode; [Download] [Up]

#import <Foundation/Foundation.h>

@interface NSString (MiscExtensions)

- (BOOL) hasNonEmptyString;
- (SEL)selectorValue;
- (NSArray *)wordArray;
- (unsigned)wordCount;
- (NSString *)wordNum:(unsigned)n;
- (NSEnumerator *)wordEnumerator;

@end



@interface NSMutableString (MiscExtensions)

- (void) setCString:(const char *)aString;

@end

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