From fd4b9a1b289d1c521e68211f6dca790a9506c237 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 4 Aug 2022 15:33:09 -0500 Subject: [PATCH] made initable Signed-off-by: Matt Bruce --- VDS/Components/Label/LabelModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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