회원가입 페이지
This commit is contained in:
12
SodaLive/Sources/User/Gender.swift
Normal file
12
SodaLive/Sources/User/Gender.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Gender.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/09.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
enum Gender: String, Codable {
|
||||
case MALE, FEMALE, NONE
|
||||
}
|
Reference in New Issue
Block a user