| Index: ios/chrome/browser/payments/cells/payments_text_item.h
|
| diff --git a/ios/chrome/browser/payments/cells/payments_text_item.h b/ios/chrome/browser/payments/cells/payments_text_item.h
|
| index 8308ac2f01d3f52b7092bd7a54a4e726d91847c3..bef73e2cca483873bda36ec3f8a5c80feb684801 100644
|
| --- a/ios/chrome/browser/payments/cells/payments_text_item.h
|
| +++ b/ios/chrome/browser/payments/cells/payments_text_item.h
|
| @@ -7,11 +7,12 @@
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| +#import "ios/chrome/browser/payments/cells/payments_has_accessory_type.h"
|
| #import "ios/chrome/browser/ui/collection_view/cells/collection_view_item.h"
|
| #import "ios/third_party/material_components_ios/src/components/CollectionCells/src/MaterialCollectionCells.h"
|
|
|
| // PaymentsTextItem is the model class corresponding to PaymentsTextCell.
|
| -@interface PaymentsTextItem : CollectionViewItem
|
| +@interface PaymentsTextItem : CollectionViewItem<PaymentsHasAccessoryType>
|
|
|
| // The main text to display.
|
| @property(nonatomic, copy) NSString* text;
|
|
|