콘텐츠 상세 - 크리에이터 팔로우와 알림설정

- 팔로잉 상태에서 알림 켜기/끄기 상태 추가
This commit is contained in:
Yu Sung
2024-09-23 16:39:18 +09:00
parent d3ab1507a4
commit ed4729ac11
4 changed files with 46 additions and 12 deletions

View File

@@ -55,4 +55,6 @@ struct AudioContentCreator: Decodable {
let nickname: String
let profileImageUrl: String
let isFollowing: Bool
let isFollow: Bool
let isNotify: Bool
}