This commit is contained in:
Florian Gabach
2018-02-22 17:12:06 +01:00
parent 96a45035a9
commit a7a6a1b315
4 changed files with 2 additions and 17 deletions
@@ -22,14 +22,6 @@ class OpenSourceTableViewCell: UITableViewCell {
super.init(coder: aDecoder)
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
}
override func layoutSubviews() {
super.layoutSubviews()
}
// MARK: - Prepare
func prepareCellComponent() {