removed set(
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
73410ab6bb
commit
4a83c733e2
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user