redundant statement removed.
This commit is contained in:
parent
b2241e47e1
commit
a31d5ccfd8
@ -9,7 +9,7 @@
|
||||
import UIKit
|
||||
|
||||
|
||||
@objc public protocol ObservingTextFieldDelegate: NSObjectProtocol {
|
||||
@objc public protocol ObservingTextFieldDelegate {
|
||||
/// Called when the entered text becomes valid based on the validation block
|
||||
@objc optional func isValid(textfield: TextEntryField?)
|
||||
/// Called when the entered text becomes invalid based on the validation block
|
||||
|
||||
Loading…
Reference in New Issue
Block a user