Created
January 8, 2018 14:01
-
-
Save dbh4ck/44fc6a90b8c07fc1520ea417ff1e6795 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 SmsListener { | |
| fun messageReceived(messageText: String) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment