Files
sodalive-ios/SodaLive/Sources/Content/PurchaseOption.swift
Yu Sung 696aed5c00 콘텐츠 업로드
- 소장만 가능한 콘텐츠 업로드 기능 추가
2024-11-08 20:26:42 +09:00

11 lines
157 B
Swift

//
// PurchaseOption.swift
// SodaLive
//
// Created by klaus on 11/8/24.
//
enum PurchaseOption: String, Codable {
case BOTH, BUY_ONLY, RENT_ONLY
}