Skip to content

Commit

Permalink
Update TopicCell.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Hengyu committed Dec 17, 2023
1 parent 8186b79 commit 13a9ef9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/FeedbackSwift/Items/Topic/TopicCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ final public class TopicCell: UITableViewCell {

public override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
super.init(style: .value1, reuseIdentifier: TopicCell.reuseIdentifier)
commonInit()
}

public required init?(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)
commonInit()
}

private func commonInit() {
Expand Down

0 comments on commit 13a9ef9

Please sign in to comment.