mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-25 12:45:05 +08:00
namespace type and model for repo
This commit is contained in:
@@ -60,7 +60,7 @@ final class RepositorySummaryCell: SelectableCell {
|
||||
fatalError("init(coder:) has not been implemented")
|
||||
}
|
||||
|
||||
func configure(_ model: IssueSummaryModel) {
|
||||
func configure(_ model: RepositoryIssueSummaryModel) {
|
||||
titleView.configureAndSizeToFit(text: model.title, width: contentView.bounds.width)
|
||||
|
||||
let format = NSLocalizedString("#%d opened %@ by %@", comment: "")
|
||||
|
||||
Reference in New Issue
Block a user