Created
February 7, 2022 13:35
-
-
Save yusufonderd/2ab2b39fd1516afe3be648e606fe0367 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class PaymentId { | |
static let shared = PaymentId() | |
static let monthly = "com.yonder._.monthly" | |
static let yearly = "com.yonder._.yearly" | |
static let lifetime = "com.yonder._.lifetime" | |
private init() { } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment