Updated on 2026-08-14
This commit is contained in:
parent
69aeaf5776
commit
e38a822f0b
10 changed files with 50 additions and 80 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.tangem.core.navigation.finisher
|
||||
|
||||
interface AppFinisher {
|
||||
|
||||
fun finish()
|
||||
|
||||
fun restart()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue