| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.h
|
| index 0c1a4b96ef465b54d16ec61a728a8a4513beb81a..87422a9242bc72ceeb1b248e2a8f5cfd694fa8a6 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.h
|
| @@ -22,6 +22,7 @@
|
|
|
| - (instancetype)initWithType:(NSInteger)type NS_UNAVAILABLE;
|
|
|
| +@property(nonatomic, copy, readonly) NSString* title;
|
| @property(nonatomic, strong) UIImage* image;
|
| @property(nonatomic, readonly, assign) GURL articleURL;
|
|
|
|
|