mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Add set/get method for requiresSecureCoding
This commit is contained in:
parent
de0282fdac
commit
1a6a091fc4
2 changed files with 23 additions and 0 deletions
|
@ -517,6 +517,16 @@ static NSDictionary *makeReference(unsigned ref)
|
|||
}
|
||||
}
|
||||
|
||||
- (BOOL) requiresSecureCoding
|
||||
{
|
||||
return _requiresSecureCoding;
|
||||
}
|
||||
|
||||
- (void) setRequiresSecureCoding: (BOOL)flag
|
||||
{
|
||||
_requiresSecureCoding = flag;
|
||||
}
|
||||
|
||||
- (BOOL) allowsKeyedCoding
|
||||
{
|
||||
return YES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue