This commit is contained in:
Kevin G Christiano 2020-05-05 14:52:02 -04:00
parent 619e11c88c
commit 51b1b9da12

View File

@ -55,7 +55,7 @@ open class ImageView: UIImageView, ModelMoleculeViewProtocol {
// MARK: - ModelMoleculeViewProtocol
//--------------------------------------------------
open func set(with model: MoleculeModelProtocol?, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
public func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable : Any]?) {
self.model = model
if let backgroundColor = model?.backgroundColor {
self.backgroundColor = backgroundColor.uiColor