콘텐츠 업로드

- 소장만 가능한 콘텐츠 업로드 기능 추가
This commit is contained in:
Yu Sung
2024-11-08 20:26:42 +09:00
parent 64e02108a9
commit 696aed5c00
4 changed files with 30 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
//
// PurchaseOption.swift
// SodaLive
//
// Created by klaus on 11/8/24.
//
enum PurchaseOption: String, Codable {
case BOTH, BUY_ONLY, RENT_ONLY
}