From 6a8b6746e39811cd5657e55abb137ba4219497ef Mon Sep 17 00:00:00 2001 From: kpk0616 Date: Fri, 13 Jan 2023 18:58:38 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20#46=20-=20MyLikedContentResponseDto?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NetworkLayer/DTO/Like/MyLikedContentResponseDto.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Keyneez/Keyneez/Global/NetworkLayer/DTO/Like/MyLikedContentResponseDto.swift b/Keyneez/Keyneez/Global/NetworkLayer/DTO/Like/MyLikedContentResponseDto.swift index 8500ac3..9d4a889 100644 --- a/Keyneez/Keyneez/Global/NetworkLayer/DTO/Like/MyLikedContentResponseDto.swift +++ b/Keyneez/Keyneez/Global/NetworkLayer/DTO/Like/MyLikedContentResponseDto.swift @@ -7,12 +7,6 @@ import Foundation -struct MyLikedContentResponseDto: Codable { - let status: Int - let message: String - let data: [MyLikedContentResponseData] -} - struct MyLikedContentResponseDto: Codable { let contentKey: Int let contentTitle,