remindwall / RWPureSwift / Sources / AppModel / AppState.swift
Back to remindwall — Current RemindWall
//
// File.swift
//
//
// Created by Christopher Hotchkiss on 7/20/24.
//
import Foundation
public enum AppState {
case checkPermissions
//case editSettings
case dashboard
}