fix: access control for wrappedViewLayout changed to internal

This commit is contained in:
Nikita Semenov 2023-03-14 14:31:37 +03:00
parent e2c9c6c102
commit 5d2bea19fb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
import UIKit
public extension WrappedViewLayout {
extension WrappedViewLayout {
func setupSize(widthConstraint: NSLayoutConstraint?,
heightConstraint: NSLayoutConstraint?) {