// // ContentLoadingCell.swift // Juick // // Created by Vitaly Takmazov on 13.05.2023. // Copyright © 2023 com.juick. All rights reserved. // import UIKit @objc class ContentLoadingCell: UITableViewCell { override func setSelected(_ selected: Bool, animated: Bool) { super.setSelected(selected, animated: animated) self.contentView.startShimmering() } }