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