File: NSImageAdditions.h

package info (click to toggle)
projectmanager.app 0.2-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,812 kB
  • ctags: 306
  • sloc: objc: 19,267; makefile: 77; sh: 64
file content (8 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8

#import <AppKit/NSImage.h>

@interface NSImage (PMAdditions)

+ (NSImage *) imageNamed: (NSString *) aName owner: (id) owner;

@end