Skip to content
Snippets Groups Projects
Commit c144bc74 authored by Taras's avatar Taras
Browse files

Send dm listener

parent 1b81cae4
No related branches found
No related tags found
No related merge requests found
package org.futo.circles.feature.direct.timeline.listeners
interface SendDmMessageListener {
fun onAddEmojiToMessageClicked()
fun onSendTextMessageClicked(message: String)
fun onSendMediaButtonClicked()
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment