added new icon put notifications in strings files started IAPManager populate data goes to 1000 entires take out fixweeday button
13 lines
166 B
Swift
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
|
|
}
|