8 lines
No EOL
208 B
Kotlin
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>?
|
|
} |