Skip to content

Commit

Permalink
Merge pull request #17 from onstonboy/develop
Browse files Browse the repository at this point in the history
Release 2.0.3
  • Loading branch information
onstonboy authored Jul 13, 2020
2 parents dde8dcd + 23aa336 commit 1c9f0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcv/src/main/java/com/ccc/vcv/VerificationCodeView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,6 @@ class VerificationCodeView : AppCompatEditText {

interface OnInputVerificationCodeListener {
fun onInputVerificationCodeComplete()
fun onInputVerificationCodeUnComplete()
fun onInputVerificationCodeUnComplete() = Unit
}
}

0 comments on commit 1c9f0ee

Please sign in to comment.