SodaLive
Preview Content
Resources
Sources
Agora
App
Common
Content
CustomView
Debug
Dialog
Explorer
Extensions
Follow
Font
FortuneWheel
IAP
ImagePicker
Keyboard
Live
Main
Message
MyPage
NavigationBar
Onboarding
Report
Settings
Event
Notice
Notification
SignOut
SignOutRequest.swift
SignOutView.swift
SignOutViewModel.swift
Terms
SettingsView.swift
SettingsViewModel.swift
Shape
Splash
UI
User
Utils
ContentView.swift
SodaLive.entitlements
SodaLive.xcworkspace
generated
.gitignore
Podfile
Podfile.lock
SodaLive-dev.entitlements
model-SodaLive-dev.json
model-SodaLive.json
14 lines
188 B
Swift
14 lines
188 B
Swift
//
|
|
// SignOutRequest.swift
|
|
// SodaLive
|
|
//
|
|
// Created by klaus on 2023/08/10.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct SignOutRequest: Encodable {
|
|
let reason: String
|
|
let password: String
|
|
}
|