sodalive-ios/SodaLive/Sources/Content/PurchaseOption.swift

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
}