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,