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 {
interface View {
fun showPinnedMessages()
fun showFavoriteMessages()
fun showFileList()
fun showMemberList()
fun showFileList(dataSet: ArrayList<String>)
fun showMemberList(dataSet: ArrayList<String>)
fun showMessage(message: String)
}
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