XQMuse/Root/Me/TCell/ContactCustomerTCell.swift
@@ -9,8 +9,15 @@ class ContactCustomerTCell: UITableViewCell { override func awakeFromNib() { @IBOutlet weak var label_title: UILabel! @IBOutlet weak var label_content: UILabel! override func awakeFromNib() { super.awakeFromNib() selectionStyle = .none } func setCommonQuestionModel(_ model:CommonQuestionModel){ label_title.text = model.questionName label_content.text = model.questionDescription } }