Commit 43b32108 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Add function.

parent a2ef3c5a
...@@ -3,4 +3,6 @@ package chat.rocket.android.core.behaviours ...@@ -3,4 +3,6 @@ package chat.rocket.android.core.behaviours
interface MessageView { interface MessageView {
fun showMessage(message: String) fun showMessage(message: String)
fun showGenericErrorMessage()
} }
\ No newline at end of file
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