mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:00:56 +00:00
New extension method [pathForNibResource:].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11544 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
265a9e656e
commit
e9e500d310
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@
|
|||
externalNameTable: (NSDictionary *)context
|
||||
withZone: (NSZone *)zone;
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
- (NSString *) pathForNibResource: (NSString *)fileName;
|
||||
#endif
|
||||
@end
|
||||
|
||||
#ifndef NO_GNUSTEP
|
||||
|
|
Loading…
Reference in a new issue