Add implementations of methods to generate constraints

This commit is contained in:
Gregory John Casamento 2020-07-08 21:34:59 -04:00
parent d2f79dbec0
commit b352d55e55
2 changed files with 71 additions and 10 deletions

View file

@ -37,6 +37,10 @@ extern "C" {
@interface NSLayoutAnchor : NSObject <NSCoding, NSCopying>
{
NSString *_name;
id _item;
BOOL _hasAmbiguousLayout;
NSArray *_constraintsAffectingLayout;
}
- (NSLayoutConstraint *) constraintEqualToAnchor: (NSLayoutAnchor *)anchor;