Commit 7ebf655c authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RoomDialogContract.kt

parent 12f1f054
package chat.rocket.android.fragment.chatroom.dialog
import chat.rocket.core.models.Message
interface RoomDialogContract {
interface View {
fun showPinnedMessages()
fun showPinnedMessages(dataSet: ArrayList<Message>)
fun showFavoriteMessages()
fun showFileList(dataSet: ArrayList<String>)
fun showMemberList(dataSet: ArrayList<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