This is LFCompatibility.h in view mode; [Download] [Up]
#import <foundation/foundation.h> static __inline__ NSRange NSMakeRange(unsigned int loc, unsigned int len) { NSRange r; r.location = loc; r.length = len; return r; } @interface NSString(LitteFoundationOmissions) + (id)string; - (NSString *)substringWithRange:(NSRange)aRange; @end @interface NSDictionary(LitteFoundationOmissions) + dictionaryWithObject:(id)object forKey:(id)key; @end @interface NSArray(LitteFoundationOmissions) + arrayWithArray:(NSArray *)otherArray; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.