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.