namespace type and model for repo

This commit is contained in:
Ryan Nystrom
2017-09-03 18:00:47 -04:00
parent 7f0a023ee7
commit bdb52d67c9
9 changed files with 38 additions and 38 deletions

View File

@@ -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: "")