mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
More keyed coding updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18495 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
43eff241a0
commit
412c677079
11 changed files with 326 additions and 118 deletions
|
@ -215,9 +215,11 @@
|
|||
|
||||
@interface NSKeyedArchiver (Internal)
|
||||
- (void) _encodeArrayOfObjects: (NSArray*)anArray forKey: (NSString*)aKey;
|
||||
- (void) _encodePropertyList: (id)anObject forKey: (NSString*)aKey;
|
||||
@end
|
||||
@interface NSKeyedUnarchiver (Internal)
|
||||
- (id) _decodeArrayOfObjectsForKey: (NSString*)aKey;
|
||||
- (id) _decodePropertyListForKey: (NSString*)aKey;
|
||||
@end
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue