removed method

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-25 08:53:33 -05:00
parent 8c92503299
commit 4960dcf512

View File

@ -97,8 +97,6 @@ open class View<ModelType: Modelable>: UIView, ModelHandlerable, ViewProtocol, R
}
// MARK: - ViewProtocol
open func updateView(_ size: CGFloat) { }
/// Will be called only once.
open func setup() {
translatesAutoresizingMaskIntoConstraints = false