dashboard
repositories
filestore
activity
search
login
hefan
/
LiveProjectIOS
ios 版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
多个小窗缩放问题修复
Runt
2025-07-27
7b3ecfffc59d2d980d9f7628365b64c20fe015be
[hefan/LiveProjectIOS.git]
/
LiveProject
/
enum
/
LiveState.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// LiveState.swift
// LiveProject
//
// Created by 倪路朋 on 7/5/25.
//
enum LiveState{
case
IN_LIVE,OUT_LIVE
//直播中,未直播
}