시리즈 상세 - 크리에이터 팔로우와 알림설정

- 팔로잉 상태에서 알림 켜기/끄기 상태 추가
This commit is contained in:
Yu Sung
2024-09-23 16:57:22 +09:00
parent ed4729ac11
commit 842cbc3073
4 changed files with 47 additions and 10 deletions

View File

@@ -34,4 +34,5 @@ struct GetSeriesDetailCreator: Decodable {
let nickname: String
let profileImage: String
let isFollow: Bool
let isNotify: Bool
}