init
This commit is contained in:
parent
bbf6abf070
commit
32e69c242b
@ -17,6 +17,10 @@ import Foundation
|
|||||||
public var height: CGFloat?
|
public var height: CGFloat?
|
||||||
public var borderColor: Color?
|
public var borderColor: Color?
|
||||||
|
|
||||||
|
public init(htmlString: String) {
|
||||||
|
self.htmlString = htmlString
|
||||||
|
}
|
||||||
|
|
||||||
private enum CodingKeys: String, CodingKey{
|
private enum CodingKeys: String, CodingKey{
|
||||||
case moleculeName
|
case moleculeName
|
||||||
case backgroundColor
|
case backgroundColor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user