added new icon
put notifications in strings files
started IAPManager
populate data goes to 1000 entires
take out fixweeday button
This commit is contained in:
Trey t
2022-07-07 18:13:36 -05:00
parent d116d082eb
commit 6c239c5e26
616 changed files with 4073 additions and 24 deletions

View File

@@ -0,0 +1,12 @@
//
// IAPManager.swift
// Feels
//
// Created by Trey Tartt on 7/7/22.
//
import Foundation
class IAPManager {
public private(set) var isSubscribed = true
}