| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm
|
| index 5a7bc86804b27cb5d4ff917486b95974308c6aa8..1c73e5fa85fe342226762265649fd7fd616b5c97 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm
|
| @@ -22,6 +22,8 @@ const CGFloat kStandardSpacing = 8;
|
|
|
| @end
|
|
|
| +#pragma mark - ContentSuggestionsArticleItem
|
| +
|
| @implementation ContentSuggestionsArticleItem
|
|
|
| @synthesize title = _title;
|
| @@ -54,6 +56,8 @@ const CGFloat kStandardSpacing = 8;
|
|
|
| @end
|
|
|
| +#pragma mark - ContentSuggestionsArticleCell
|
| +
|
| @implementation ContentSuggestionsArticleCell
|
|
|
| @synthesize titleLabel = _titleLabel;
|
|
|