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