mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:30:48 +00:00
Rewrite of top level object handling in NIB/Gorm/Xib loading.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30070 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d1c9ba660b
commit
504a5c2064
8 changed files with 55 additions and 84 deletions
|
@ -45,6 +45,7 @@
|
|||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSZone.h>
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
|
||||
@class NSData;
|
||||
@class NSDictionary;
|
||||
|
@ -54,6 +55,9 @@
|
|||
@class NSArray;
|
||||
@class NSMutableArray;
|
||||
|
||||
APPKIT_EXPORT NSString *NSNibTopLevelObjects;
|
||||
APPKIT_EXPORT NSString *NSNibOwner;
|
||||
|
||||
@interface NSNib : NSObject <NSCoding>
|
||||
{
|
||||
NSData *_nibData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue