오디션, 오디션 캐릭터

- 모집완료이면 터치되지 않도록 수정
This commit is contained in:
Yu Sung
2025-01-08 00:25:52 +09:00
parent dd6c2fe469
commit 92608b5449
5 changed files with 78 additions and 26 deletions

View File

@@ -6,5 +6,5 @@
//
enum AuditionApplicantSortType: String, Codable {
case NEWEST, LIKE
case NEWEST, LIKES
}