mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 05:50:48 +00:00
Nib compatibility code merge.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22957 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f529b9121c
commit
d68950d71a
36 changed files with 3162 additions and 1236 deletions
|
@ -55,7 +55,8 @@
|
|||
@interface NSNib : NSObject <NSCoding>
|
||||
{
|
||||
NSData *_nibData;
|
||||
NSMutableArray *_topLevelItems;
|
||||
id _loader;
|
||||
NSURL *_url;
|
||||
}
|
||||
|
||||
// reading the data...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue