비밀번호 찾기 페이지
This commit is contained in:
14
SodaLive/Sources/Common/ApiResponseWithoutData.swift
Normal file
14
SodaLive/Sources/Common/ApiResponseWithoutData.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// ApiResponseWithoutData.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/09.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct ApiResponseWithoutData: Decodable {
|
||||
let success: Bool
|
||||
let message: String?
|
||||
let errorProperty: String?
|
||||
}
|
Reference in New Issue
Block a user