SodaLive
Preview Content
Resources
Sources
Agora
App
Audition
Common
Content
CustomView
Debug
Dialog
Explorer
Extensions
Follow
Font
FortuneWheel
IAP
ImagePicker
Keyboard
Live
Main
Message
MyPage
NavigationBar
Onboarding
Report
SearchChannel
Settings
Shape
Splash
Tracking
UI
User
FindPassword
Login
SignUp
CreatorFollowRequest.swift
Gender.swift
GetMemberProfileResponse.swift
IdfaUpdateRequest.swift
MarketingInfoUpdateRequest.swift
PushTokenUpdateRequest.swift
UserApi.swift
UserRepository.swift
UserTextField.swift
UserViewModel.swift
Utils
ContentView.swift
SodaLive.entitlements
SodaLive.xcworkspace
generated
.gitignore
Podfile
Podfile.lock
SodaLive-dev.entitlements
model-SodaLive-dev.json
model-SodaLive.json
13 lines
156 B
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
|
|
}
|