NSCoder: implement NSSecureCoding stub

Implement stubs for NSSecureCoding which do not break projects that rely
on it.
This commit is contained in:
Daniel Ferreira 2017-06-25 06:35:23 +10:00 committed by Ivan Vučica
parent be874e5d8f
commit 314f437f43
4 changed files with 60 additions and 0 deletions

View file

@ -283,6 +283,10 @@ extern "C" {
- (id) initWithCoder: (NSCoder*)aDecoder;
@end
@protocol NSSecureCoding <NSCoding>
+ (BOOL)supportsSecureCoding;
@end
GS_ROOT_CLASS @interface NSObject <NSObject>
{