Make the class GSXibKeyedUnarchiver public again.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40449 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2017-04-05 21:51:43 +00:00
parent f2e26995e2
commit 521fd071b4
6 changed files with 12 additions and 2 deletions

View file

@ -48,7 +48,7 @@
#import "GNUstepGUI/GSXibParser.h"
#import "GNUstepGUI/GSXibObjectContainer.h"
#import "GNUstepGUI/GSXibElement.h"
#import "GSXibKeyedUnarchiver.h"
#import "GNUstepGUI/GSXibKeyedUnarchiver.h"
@interface NSApplication (NibCompatibility)
- (void) _setMainMenu: (NSMenu*)aMenu;