removed set(

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-08-05 11:41:16 -05:00
parent 73410ab6bb
commit 4a83c733e2

View File

@ -64,7 +64,6 @@ open class LabelBase<ModelType: LabelModel>: UILabel, ModelHandlerable, Initable
public required convenience init(with model: ModelType) {
self.init()
self.model = model
set(with: model)
}
public override init(frame: CGRect) {