Files
2026-06-26 14:33:31 +08:00

20 lines
369 B
Swift
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// ProfileRoute.swift
// suixinkan
//
// Created by Codex on 2026/6/22.
//
import Foundation
/// Tab push
enum ProfileRoute: Hashable {
case accountSwitch
case realNameAuth
case settings
case agreement(AgreementPage)
#if DEBUG
case debugHomeMenus
#endif
}