Created
January 8, 2018 14:00
-
-
Save dbh4ck/3250559f5ce6b0d0ed664484bea2d9d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.db.smsotpautofillkotlin.interfaces | |
| /** | |
| * Created by DB on 03-01-2018. | |
| */ | |
| interface EditCodeWatcher { | |
| fun onCodeChanged(code: String) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment