Mercurial > public > geoquiz
comparison GeoQuiz/Logic/StoreKitRCClass.swift @ 14:136928bae534
add user profile
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Wed, 19 Oct 2022 07:56:33 +0200 |
parents | bdfff35dd43c |
children |
comparison
equal
deleted
inserted
replaced
13:bdfff35dd43c | 14:136928bae534 |
---|---|
5 // Created by Dennis Concepción Martín on 9/10/22. | 5 // Created by Dennis Concepción Martín on 9/10/22. |
6 // | 6 // |
7 | 7 |
8 import Foundation | 8 import Foundation |
9 import RevenueCat | 9 import RevenueCat |
10 import SwiftUI | |
11 | 10 |
12 class StoreKitRC: ObservableObject { | 11 class StoreKitRC: ObservableObject { |
13 @Published var errorAlertTitle = "" | 12 @Published var errorAlertTitle = "" |
14 @Published var errorAlertMessage = "" | 13 @Published var errorAlertMessage = "" |
15 | 14 |