main.com.sceyt.chatuikit.shared.helpers.SwipeControllerActions.kt Maven / Gradle / Ivy
package com.sceyt.chatuikit.shared.helpers
fun interface SwipeControllerActions {
fun showReplyUI(position: Int)
}
package com.sceyt.chatuikit.shared.helpers
fun interface SwipeControllerActions {
fun showReplyUI(position: Int)
}