more delegate
public protocol LayoutDelegate {
func view(of type: String, for id: String) -> UIView?
func didCreate(_ view: UIView, for id: String)
func formatOptions(for constraint: String) -> NSLayoutConstraint.FormatOptions
}
public protocol LayoutDelegate {
func view(of type: String, for id: String) -> UIView?
func didCreate(_ view: UIView, for id: String)
func formatOptions(for constraint: String) -> NSLayoutConstraint.FormatOptions
}