tangem-app-android-audited/app/src/main/java/com/tangem/tap/ActivityResultCaller.kt
2022-12-08 10:29:26 +03:00

8 lines
No EOL
208 B
Kotlin

package com.tangem.tap
import android.content.Intent
import androidx.activity.result.ActivityResultLauncher
interface ActivityResultCaller {
val activityResultLauncher: ActivityResultLauncher<Intent>?
}