File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public class FormInput: UITextField {
3232 public var formInputDelegate : FormInputDelegate !
3333 private var inputAccessory : UIView !
3434 private var validationHandler : ValidatedFormInput !
35- var validationDelegate : ValidatedFormInputDelegate !
35+ public var validationDelegate : ValidatedFormInputDelegate !
3636 public var validationDataSource : ValidatedFormInputDataSource !
3737
3838 // MARK: Superclass overrides
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public protocol ValidatedFormInput {
3434}
3535
3636/// Delegate protocol for validated form
37- protocol ValidatedFormInputDelegate {
37+ public protocol ValidatedFormInputDelegate {
3838 /**
3939 To update the input displaying for error mode.
4040
You can’t perform that action at this time.
0 commit comments