fix: rename NotificationTableViewCell to NotificationStatusTableViewCell

This commit is contained in:
sunxiaojian 2021-04-19 18:16:28 +08:00
parent 19e0a3599c
commit eb89ff6bdc
1 changed files with 2 additions and 2 deletions

View File

@ -273,8 +273,8 @@ extension StatusSection {
let statusTableViewCell = cell as! StatusTableViewCell
parent = statusTableViewCell.delegate?.parent()
playerViewControllerDelegate = statusTableViewCell.delegate?.playerViewControllerDelegate
case is NotificationTableViewCell:
let notificationTableViewCell = cell as! NotificationTableViewCell
case is NotificationStatusTableViewCell:
let notificationTableViewCell = cell as! NotificationStatusTableViewCell
parent = notificationTableViewCell.delegate?.parent()
default:
parent = nil