회원탈퇴 페이지 추가

This commit is contained in:
Yu Sung
2023-08-10 22:57:41 +09:00
parent dbeb15ba17
commit c91301e658
8 changed files with 261 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
//
// SignOutRequest.swift
// SodaLive
//
// Created by klaus on 2023/08/10.
//
import Foundation
struct SignOutRequest: Encodable {
let reason: String
let password: String
}