WanPai/Root/Search/TCell/CustomerContentQATCell.swift
@@ -8,6 +8,13 @@ import UIKit class CustomerContentQATCell: UITableViewCell { @IBOutlet weak var label_content: UILabel! var noticeItemModel:NoticeItemModel!{ didSet{ label_content.text = noticeItemModel.noticeTitle } } override func awakeFromNib() { super.awakeFromNib()