Skip to content

Instantly share code, notes, and snippets.

@dbh4ck
Created January 8, 2018 14:00
Show Gist options
  • Select an option

  • Save dbh4ck/3250559f5ce6b0d0ed664484bea2d9d6 to your computer and use it in GitHub Desktop.

Select an option

Save dbh4ck/3250559f5ce6b0d0ed664484bea2d9d6 to your computer and use it in GitHub Desktop.
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