Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/interfaces/HashtagActionListener.kt

6 lines
129 B
Kotlin

package com.keylesspalace.tusky.interfaces
interface HashtagActionListener {
fun unfollow(tagName: String, position: Int)
}