redundant statement removed.

This commit is contained in:
Kevin G Christiano 2020-02-06 11:07:09 -05:00
parent b2241e47e1
commit a31d5ccfd8

View File

@ -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