code review note
This commit is contained in:
parent
dc0343993a
commit
46933ff42d
|
|
@ -23,6 +23,7 @@
|
|||
import LeadKit
|
||||
import RxSwift
|
||||
import RxCocoa
|
||||
import SwiftValidator
|
||||
|
||||
/// Base implementation of TextFieldViewEvents.
|
||||
open class BaseTextFieldViewEvents: TextFieldViewEvents {
|
||||
|
|
@ -62,8 +63,6 @@ open class BaseTextFieldViewModelEvents: TextFieldViewModelEvents {
|
|||
|
||||
}
|
||||
|
||||
import SwiftValidator
|
||||
|
||||
public extension BaseTextFieldViewModelEvents {
|
||||
|
||||
/// Method that binds text driver to validation service via validation rules.
|
||||
|
|
|
|||
Loading…
Reference in New Issue