merge
This commit is contained in:
parent
883f2385b9
commit
ddfeb9cd35
14
MVMCoreUI/FormUIHelpers/FormHolderModelProtocol.swift
Normal file
14
MVMCoreUI/FormUIHelpers/FormHolderModelProtocol.swift
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
//
|
||||||
|
// FormHolderModelProtocol.swift
|
||||||
|
// MVMCoreUI
|
||||||
|
//
|
||||||
|
// Created by Suresh, Kamlesh on 2/5/20.
|
||||||
|
// Copyright © 2020 Verizon Wireless. All rights reserved.
|
||||||
|
//
|
||||||
|
// A protocol for the model of the delegate object that holds the form validator. The rules are stored in the model.
|
||||||
|
|
||||||
|
import Foundation
|
||||||
|
|
||||||
|
public protocol FormHolderModelProtocol {
|
||||||
|
var formRules: [FormGroupRule]? { get set }
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user