mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix error
This commit is contained in:
parent
f2d1c21d37
commit
5dc7992a08
1 changed files with 8 additions and 2 deletions
|
@ -22,10 +22,15 @@
|
|||
Boston, MA 02111 USA.
|
||||
|
||||
*/
|
||||
|
||||
#import "common.h"
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSCoder.h"
|
||||
#import "Foundation/NSEnumerator.h"
|
||||
#import "Foundation/NSException.h"
|
||||
#import "Foundation/NSKeyedArchiver.h"
|
||||
#import <Foundation/NSUbiquitousKeyValueStore.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDictionary>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSData.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
|
@ -143,6 +148,7 @@
|
|||
// A dictionary containing all of the key-value pairs in the key-value store.
|
||||
- (NSDictionary *) dictionaryRepresentation
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
// Notifications & constants
|
||||
|
|
Loading…
Reference in a new issue