ProjectManager  0.2
NSImageAdditions.h
1 
2 #import <AppKit/NSImage.h>
3 
5 
6 + (NSImage *) imageNamed: (NSString *) aName owner: (id) owner;
7 
8 @end
Definition: NSImageAdditions.h:4