sodalive-ios/SodaLive/Sources/User/Gender.swift

13 lines
156 B
Swift

//
// Gender.swift
// SodaLive
//
// Created by klaus on 2023/08/09.
//
import Foundation
enum Gender: String, Codable {
case MALE, FEMALE, NONE
}