Commit 40c54095 authored by Lucio Maciel's avatar Lucio Maciel

Remove unused file

parent 4d30e55e
package chat.rocket.android.authentication.domain
/**
* Created by luciofm on 1/15/18.
*/
interface CurrentTokenRepository {
fun get(server: String): String
fun save(server:String)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment