revmoed errorable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
0b643034f6
commit
cee429506d
@ -8,7 +8,7 @@
|
||||
import Foundation
|
||||
|
||||
///MARK: Groups that allow anything selected
|
||||
public protocol SelectorGroupModelable: Modelable, FormFieldable, Errorable {
|
||||
public protocol SelectorGroupModelable: Modelable, FormFieldable {
|
||||
associatedtype SelectorModelType: Modelable where SelectorModelType: FormFieldable & Selectable
|
||||
var selectors: [SelectorModelType] { get set }
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user