// // SettlementTableViewCell.swift // xingchuangke // // Created by Virgil on 2019/8/12. // Copyright © 2019 Virgil. All rights reserved. // import UIKit class SettlementTableViewCell: UITableViewCell { @IBOutlet weak var lblContent: UILabel! override func awakeFromNib() { super.awakeFromNib() // Initialization code } override func setSelected(_ selected: Bool, animated: Bool) { super.setSelected(selected, animated: animated) // Configure the view for the selected state } }