Switch molecule
This commit is contained in:
parent
281a10f7e1
commit
aac9db9ca5
@ -17,7 +17,7 @@ import UIKit
|
||||
var isRequired = false
|
||||
var delegateObject: DelegateObject?
|
||||
|
||||
@objc func switchChanged() {
|
||||
@objc func switchChanged() {
|
||||
let delegate = delegateObject as? MVMCoreUIDelegateObject
|
||||
if let delegate = delegate {
|
||||
let formValidator = delegate.formValidationProtocol?.formValidatorModel?()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user