Get the class NSNib to work and use it in NSBundleAdditions.

Restructure top level object handling for NIB loading.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30018 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-03-22 09:08:50 +00:00
parent ef7e4a291b
commit d205cd7f9e
9 changed files with 122 additions and 126 deletions

View file

@ -46,6 +46,7 @@
- (BOOL) loadModelFile: (NSString *)fileName
externalNameTable: (NSDictionary *)context
withZone: (NSZone *)zone;
- (NSData *)dataForFile: (NSString *)fileName;
@end
@interface GSModelLoaderFactory : NSObject