dashboard
repositories
filestore
activity
search
login
hefan
/
LiveProjectIOS
ios 版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
相机权限
Runt
2025-06-27
37251af47d1c5e622e8e62a76ff7077f9cd87069
[hefan/LiveProjectIOS.git]
/
LiveProject
/
enum
/
ValidState.swift
1
2
3
4
5
6
7
8
9
10
//
// ValidState.swift
// LiveProject
//
// Created by 倪路朋 on 6/25/25.
//
enum ValidState{
case DEFALT/*默认*/,ERROR/*有错误*/,INVALID/*无效*/,VALID/*合规*/
}