| Index: ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h
|
| index 12c591d96715ea59477de831f815039b70527399..578aac54e89ea356c5ee455c3d48806a0c909a2f 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/cells/content_suggestions_article_item.h
|
| @@ -52,7 +52,8 @@ class GURL;
|
|
|
| @property(nonatomic, readonly, strong) UILabel* titleLabel;
|
| @property(nonatomic, readonly, strong) UILabel* subtitleLabel;
|
| -@property(nonatomic, readonly, strong) UIImageView* imageView;
|
| +
|
| +- (void)setContentImage:(UIImage*)image;
|
|
|
| - (void)setPublisherName:(NSString*)publisherName date:(base::Time)publishDate;
|
|
|
|
|