mirror of https://github.com/SnapKit/SnapKit
make 'layoutConstraints' public again (#382)
This commit is contained in:
parent
9a82379f93
commit
ab6c1fd91f
|
@ -46,7 +46,7 @@ public final class Constraint {
|
|||
self.updateConstantAndPriorityIfNeeded()
|
||||
}
|
||||
}
|
||||
private var layoutConstraints: [LayoutConstraint]
|
||||
public var layoutConstraints: [LayoutConstraint]
|
||||
|
||||
// MARK: Initialization
|
||||
|
||||
|
|
Loading…
Reference in New Issue