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

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

Issue 2814793003: Adds accessoryType property to CollectionViewItem (Closed)
Patch Set: 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/price_item.h
diff --git a/ios/chrome/browser/payments/cells/price_item.h b/ios/chrome/browser/payments/cells/price_item.h
index ee8d71c1b811c561ea25adf3efee8c2cd44325df..43f63b46df605544e0d8492e6ed0c279df0fd809 100644
--- a/ios/chrome/browser/payments/cells/price_item.h
+++ b/ios/chrome/browser/payments/cells/price_item.h
@@ -13,9 +13,6 @@
// PriceItem is the model class corresponding to PriceCell.
@interface PriceItem : CollectionViewItem
-// The accessory type to display on the trailing edge of the cell.
-@property(nonatomic) MDCCollectionViewCellAccessoryType accessoryType;
-
// The leading item string.
@property(nonatomic, copy) NSString* item;
« no previous file with comments | « ios/chrome/browser/payments/cells/payment_method_item_unittest.mm ('k') | ios/chrome/browser/payments/cells/price_item.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698