Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 9cb477c

Browse files
authored
hr cell inherits from new card base cell (#1412)
1 parent 671ffe8 commit 9cb477c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Issues/Comments/Hr/IssueCommentHrCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import UIKit
1010
import SnapKit
1111
import IGListKit
1212

13-
final class IssueCommentHrCell: UICollectionViewCell, ListBindable {
13+
final class IssueCommentHrCell: IssueCommentBaseCell, ListBindable {
1414

1515
static let inset = UIEdgeInsets(
1616
top: 0,

0 commit comments

Comments
 (0)