Update Flazz card history parsing

This commit is contained in:
2026-05-01 21:44:59 +07:00
parent 102a5c4eb7
commit 1dc293c697
5 changed files with 285 additions and 362 deletions

View File

@ -47,6 +47,10 @@ class RiwayatCard
return self.desk
}
func setDesk(_ str: String) {
self.desk = str
}
func getJam() -> String? {
return self.jam
}
@ -121,4 +125,3 @@ class RiwayatCard
// }
}