커뮤니티 수정 UI, API 추가

This commit is contained in:
Yu Sung
2023-12-21 21:04:08 +09:00
parent f40642f90f
commit 7bd32f8486
12 changed files with 474 additions and 3 deletions

View File

@@ -115,4 +115,6 @@ enum AppStep {
case creatorCommunityAll(creatorId: Int)
case creatorCommunityWrite(onSuccess: () -> Void)
case creatorCommunityModify(postId: Int, onSuccess: () -> Void)
}