mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
NSCoder: implement NSSecureCoding stub
Implement stubs for NSSecureCoding which do not break projects that rely on it.
This commit is contained in:
parent
be874e5d8f
commit
314f437f43
4 changed files with 60 additions and 0 deletions
|
@ -283,6 +283,10 @@ extern "C" {
|
|||
- (id) initWithCoder: (NSCoder*)aDecoder;
|
||||
@end
|
||||
|
||||
@protocol NSSecureCoding <NSCoding>
|
||||
+ (BOOL)supportsSecureCoding;
|
||||
@end
|
||||
|
||||
|
||||
GS_ROOT_CLASS @interface NSObject <NSObject>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue