RecipeListApp / Recipe List App / Utilities / Constants.swift
Constants.swift
Raw

import Foundation

struct Constants {
    
    static var isDataPreloaded = "isDataPreloaded"
    
}