00001 00002 #import <AppKit/NSImage.h> 00003 00004 @interface NSImage (PMAdditions) 00005 00006 + (NSImage *) imageNamed: (NSString *) aName owner: (id) owner; 00007 00008 @end