Add Contribution view with review and donation buttons
This commit is contained in:
@@ -24,7 +24,25 @@ struct K {
|
||||
"oth": UIColor.systemBrown,
|
||||
"extra": UIColor.systemBrown
|
||||
]
|
||||
|
||||
|
||||
struct UserDefaults {
|
||||
static let donationHearts = "donationHearts"
|
||||
static let hasDonated = "hasDonated"
|
||||
}
|
||||
|
||||
struct ConsumableTransactions {
|
||||
static let TierOne = "SingleTimeTipTierOne"
|
||||
static let TierTwo = "SingleTimeTipTierTwo"
|
||||
static let TierThree = "SingleTimeTipTierThree"
|
||||
static let TierFour = "SingleTimeTipTierFour"
|
||||
}
|
||||
|
||||
struct MonthlyTransactions {
|
||||
static let TierOne = "TierOne"
|
||||
static let TierTwo = "TierTwo"
|
||||
static let TierThree = "TierThree"
|
||||
}
|
||||
|
||||
static var getFlashCardAnswersFetchRequest: NSFetchRequest<FlashCardAnswer> {
|
||||
let request: NSFetchRequest<FlashCardAnswer> = FlashCardAnswer.fetchRequest()
|
||||
request.sortDescriptors = []
|
||||
|
||||
Reference in New Issue
Block a user