콘텐츠 업로드
- 소장만 가능한 콘텐츠 업로드 기능 추가
This commit is contained in:
10
SodaLive/Sources/Content/PurchaseOption.swift
Normal file
10
SodaLive/Sources/Content/PurchaseOption.swift
Normal 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
|
||||
}
|
Reference in New Issue
Block a user