mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 03:21:02 +00:00
feat: add calculator to app
This commit is contained in:
@@ -148,7 +148,11 @@ class SubscriptionHelper {
|
||||
val name: String,
|
||||
val image: String?,
|
||||
val banner: String? = null
|
||||
) : java.io.Serializable
|
||||
) : java.io.Serializable {
|
||||
companion object {
|
||||
private const val serialVersionUID = 1L
|
||||
}
|
||||
}
|
||||
|
||||
private const val SUBSCRIPTIONS = "subscriptions"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user