응원글 삭제 기능 추가

This commit is contained in:
Yu Sung
2023-09-09 00:02:39 +09:00
parent b31933715d
commit 5d95c0f1c9
10 changed files with 227 additions and 131 deletions

View File

@@ -14,6 +14,7 @@ struct GetCheersResponse: Decodable {
struct GetCheersResponseItem: Decodable {
let cheersId: Int
let memberId: Int
let nickname: String
let profileUrl: String
let content: String