Merge branch 'feature/webview_init' into 'develop'
init See merge request BPHV_MIPS/mvm_core_ui!568
This commit is contained in:
commit
1196608e25
@ -16,6 +16,10 @@ import Foundation
|
|||||||
public var htmlString: String?
|
public var htmlString: String?
|
||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user