ftp.nice.ch/Attic/openStep/developer/resources/IconKit.s.tgz#/IconKit-4.2/Framework/NSObject.LoadImage.h

This is NSObject.LoadImage.h in view mode; [Download] [Up]

#import <Foundation/NSObject.h>
#import <Foundation/NSString.h>
#import <AppKit/NSImage.h>

@interface NSObject(LoadImage)
+ (NSImage *)loadImageFromBundle:(NSString *)imageName;
- (NSImage *)loadImageFromBundle:(NSString *)imageName;

@end

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