Last change
on this file since 632 was 587, checked in by Nicholas Riley, 15 years ago |
Fix some problems/deprecation identified by compiling with the 10.6 SDK.
|
File size:
648 bytes
|
Line | |
---|
1 | // Copyright 1997-2002 Omni Development, Inc. All rights reserved.
|
---|
2 | //
|
---|
3 | // This software may only be used and reproduced according to the
|
---|
4 | // terms in the file OmniSourceLicense.html, which should be
|
---|
5 | // distributed with this project and can also be found at
|
---|
6 | // http://www.omnigroup.com/DeveloperResources/OmniSourceLicense.html.
|
---|
7 | //
|
---|
8 | // $Header: /Network/Source/CVS/OmniGroup/Frameworks/OmniAppKit/OpenStepExtensions.subproj/NSImage-OAExtensions.h,v 1.14 2002/03/09 01:53:54 kc Exp $
|
---|
9 |
|
---|
10 | #import <AppKit/NSImage.h>
|
---|
11 |
|
---|
12 | @class NSMutableSet;
|
---|
13 |
|
---|
14 | @interface NSImage (OAExtensions)
|
---|
15 |
|
---|
16 | + (NSImage *)imageNamed:(NSString *)imageName inBundle:(NSBundle *)aBundle;
|
---|
17 |
|
---|
18 | @end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.