Skip to content

Instantly share code, notes, and snippets.

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

  • Save dbh4ck/44fc6a90b8c07fc1520ea417ff1e6795 to your computer and use it in GitHub Desktop.

Select an option

Save dbh4ck/44fc6a90b8c07fc1520ea417ff1e6795 to your computer and use it in GitHub Desktop.
package com.db.smsotpautofillkotlin.interfaces
/**
* Created by DB on 03-01-2018.
*/
interface SmsListener {
fun messageReceived(messageText: String)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment