Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-21 09:37:32 +00:00
parent aa77c81f2d
commit 69234e50ef
5 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,6 @@
package com.tangem.lib.auth
interface AppVersionProvider {
fun getAppVersion(): String
}