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 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