switch modification
This commit is contained in:
parent
97b7fbebad
commit
9ecc7f21a6
@ -13,11 +13,9 @@ import UIKit
|
||||
var label = Label()
|
||||
var mfTextButton = MFTextButton()
|
||||
var isRequired: Bool! = 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