diff --git a/VDS/Components/Label/LabelModel.swift b/VDS/Components/Label/LabelModel.swift index bb9c5f36..adb5d5dc 100644 --- a/VDS/Components/Label/LabelModel.swift +++ b/VDS/Components/Label/LabelModel.swift @@ -13,7 +13,7 @@ public protocol LabelModel: Labelable, Surfaceable, Disabling { var attributes: [LabelAttributeModel]? { get set } } -open class DefaultLabelModel: LabelModel { +open class DefaultLabelModel: LabelModel, Initable { public var text: String? public var attributes: [LabelAttributeModel]? public var fontCategory: FontCategory = .body