Skip to content

Instantly share code, notes, and snippets.

@dbh4ck
Created January 8, 2018 14:01
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