remvoed codable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
584663eab8
commit
ca938bf18f
@ -42,8 +42,8 @@ public struct DefaultRadioSwatchModel: RadioSwatchModel {
|
||||
public var selected: Bool = false
|
||||
|
||||
public var fillImage: String?
|
||||
@OptionalCodableColor public var primaryColor: UIColor?
|
||||
@OptionalCodableColor public var secondaryColor: UIColor?
|
||||
public var primaryColor: UIColor?
|
||||
public var secondaryColor: UIColor?
|
||||
public var text: String = ""
|
||||
public var strikethrough: Bool = false
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user