fix: access control for wrappedViewLayout changed to internal
This commit is contained in:
parent
e2c9c6c102
commit
5d2bea19fb
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
import UIKit
|
||||
|
||||
public extension WrappedViewLayout {
|
||||
extension WrappedViewLayout {
|
||||
func setupSize(widthConstraint: NSLayoutConstraint?,
|
||||
heightConstraint: NSLayoutConstraint?) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue