Implement decoding

This commit is contained in:
Gregory John Casamento 2020-05-10 14:49:06 -04:00
parent 0a2f4e90e5
commit 2d3587a4cc
2 changed files with 79 additions and 13 deletions

View file

@ -27,6 +27,7 @@
#import <Foundation/NSObject.h>
#import <Foundation/NSGeometry.h>
#import <Foundation/NSKeyedArchiver.h>
#import <AppKit/NSLayoutAnchor.h>
@class NSControl, NSView, NSAnimation, NSArray, NSMutableArray, NSDictionary;
@ -102,7 +103,7 @@ enum {
};
typedef NSUInteger NSLayoutFormatOptions;
@interface NSLayoutConstraint : NSObject
@interface NSLayoutConstraint : NSObject <NSCoding, NSCopying>
{
NSLayoutAnchor *_firstAnchor;
NSLayoutAnchor *_secondAnchor;