SubscriptionsModel.swift 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 // // SubscriptionsModel.swift // Pro-Seecurity-VPN // // Created by Artem Talko on 29.11.2023. // import Foundation struct SubscriptionsModel { static var subscriptionInfo: [String: String] { return ["adBlocker": "com.browser.adblocker"] } }