added back moleculeName for issue with Swift Default encoder
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
63184f3c60
commit
60d3e2f47c
@ -17,6 +17,7 @@ public enum CheckboxPosition: String, Codable {
|
||||
|
||||
@objcMembers public class CheckboxLabelModel: MoleculeModelProtocol {
|
||||
public static var identifier: String = "checkboxLabel"
|
||||
public var moleculeName: String = CheckboxLabelModel.identifier
|
||||
public var backgroundColor: Color?
|
||||
public var checkboxAlignment: CheckboxPosition?
|
||||
public var checkbox: CheckboxModel
|
||||
|
||||
@ -11,6 +11,7 @@ import MVMCore
|
||||
|
||||
@objcMembers public class WebViewModel: MoleculeModelProtocol {
|
||||
public static var identifier: String = "webview"
|
||||
public var moleculeName: String = WebViewModel.identifier
|
||||
public var backgroundColor: Color?
|
||||
public var url: URL?
|
||||
public var htmlString: String?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user