Christopher Hotchkiss Christopher Hotchkiss
Login

Code

remindwall / RWPureSwift / Sources / AppModel / AppState.swift

Back to remindwall — Current RemindWall

Download this file

//
//  File.swift
//  
//
//  Created by Christopher Hotchkiss on 7/20/24.
//

import Foundation

public enum AppState {
    case checkPermissions
    //case editSettings
    case dashboard
}