missed super
This commit is contained in:
parent
e2e6cbabf6
commit
7343f24e9b
@ -13,6 +13,7 @@ open class MVMCoreUIDelegateObject: DelegateObject {
|
||||
public weak var buttonDelegate: ButtonDelegateProtocol?
|
||||
|
||||
open override func setAll(withDelegate delegate: Any) {
|
||||
super.setAll(withDelegate: delegate)
|
||||
formValidationProtocol = delegate as? FormValidationProtocol
|
||||
buttonDelegate = delegate as? ButtonDelegateProtocol
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user