Updated on 2026-08-14

This commit is contained in:
Tangem 2020-04-06 13:13:23 +03:00
parent 0ebc18f229
commit 1df1fe95b9

View file

@ -119,6 +119,7 @@ data class ProductMask(val rawValue: Int) {
const val note = 0x01
const val tag = 0x02
const val idCard = 0x04
const val idIssuer = 0x0008
}
}