팔로잉/팔로워 리스트 - 팔로우와 알림설정
- 팔로잉 상태에서 알림 켜기/끄기 상태 추가
This commit is contained in:
@@ -16,5 +16,6 @@ struct GetFollowerListResponseItem: Decodable {
|
||||
let userId: Int
|
||||
let profileImage: String
|
||||
let nickname: String
|
||||
let isFollow: Bool?
|
||||
var isFollow: Bool?
|
||||
var isNotify: Bool?
|
||||
}
|
||||
|
Reference in New Issue
Block a user