Commit 5a668a4f authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RoomDialogContract.kt

parent d4faab38
...@@ -5,8 +5,9 @@ interface RoomDialogContract { ...@@ -5,8 +5,9 @@ interface RoomDialogContract {
interface View { interface View {
fun showPinnedMessages() fun showPinnedMessages()
fun showFavoriteMessages() fun showFavoriteMessages()
fun showFileList() fun showFileList(dataSet: ArrayList<String>)
fun showMemberList() fun showMemberList(dataSet: ArrayList<String>)
fun showMessage(message: String)
} }
interface Presenter { interface Presenter {
......
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