Files
Reflect/Shared/Models/IAPManager.swift
Trey t 6c239c5e26 MISC
added new icon
put notifications in strings files
started IAPManager
populate data goes to 1000 entires
take out fixweeday button
2022-07-07 18:13:36 -05:00

13 lines
166 B
Swift

//
// IAPManager.swift
// Feels
//
// Created by Trey Tartt on 7/7/22.
//
import Foundation
class IAPManager {
public private(set) var isSubscribed = true
}