added property back for the Swift Default Encoding issue with Extensions

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-06-24 10:19:09 -05:00
parent 5efd98b5b7
commit 63184f3c60

View File

@ -16,6 +16,7 @@ import MVMCore
public static var identifier: String = "radioButtonLabel"
public var backgroundColor: Color?
public var moleculeName: String = RadioButtonLabelModel.identifier
public var radioButton: RadioButtonModel
public var label: LabelModel