Н
@IBOutlet weak var titleLabel: UILabel!
@IBOutlet weak var descriptionLabel: UILabel!
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
class func createCell() -> ArticleCell?{
let nib = UINib(nibName: "articleCell", bundle: nil)
let cell = nib.instantiate(withOwner: self, options: nil).last as? ArticleCell
return cell
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)