Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: ios/chrome/browser/payments/cells/payments_text_item.h

Issue 2825483002: [Payment Request] Protocol for payments items with accessoryType property (Closed)
Patch Set: Initial Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698