크리에이터 채널 페이지 추가
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// PostWriteCheersRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/11.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct PostWriteCheersRequest: Encodable {
|
||||
let parentId: Int?
|
||||
let creatorId: Int
|
||||
let content: String
|
||||
}
|
||||
|
||||
struct PutModifyCheersRequest: Encodable {
|
||||
let cheersId: Int
|
||||
let content: String
|
||||
}
|
Reference in New Issue
Block a user