Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-25 22:01:06 +03:00
parent 859c82cbbb
commit b5a7f3b381
19 changed files with 85 additions and 177 deletions

View file

@ -1,8 +0,0 @@
package com.tangem.domain.feedback
import com.tangem.domain.feedback.models.FeedbackEmailType
interface FeedbackManager {
fun sendEmail(type: FeedbackEmailType)
}