Fix models that missed refactor.
This commit is contained in:
parent
044a103665
commit
2de6783bf0
@ -32,7 +32,7 @@ open class LinkModel: ButtonModelProtocol, MoleculeModelProtocol, EnableableMode
|
|||||||
public var inverted = false
|
public var inverted = false
|
||||||
public var size:linkFontSize = linkFontSize.small
|
public var size:linkFontSize = linkFontSize.small
|
||||||
|
|
||||||
public var shouldMaskRecordedView: Bool = false
|
public var shouldMaskRecordedView: Bool? = false
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Initializer
|
// MARK: - Initializer
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
public var hero: Int?
|
public var hero: Int?
|
||||||
public var makeWholeViewClickable: Bool?
|
public var makeWholeViewClickable: Bool?
|
||||||
public var numberOfLines: Int?
|
public var numberOfLines: Int?
|
||||||
public var shouldMaskRecordedView: Bool = false
|
public var shouldMaskRecordedView: Bool? = false
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Keys
|
// MARK: - Keys
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user