mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:20:48 +00:00
Implement decoding
This commit is contained in:
parent
0a2f4e90e5
commit
2d3587a4cc
2 changed files with 79 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue