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

Unified Diff: ios/chrome/browser/ui/collection_view/cells/collection_view_item.h

Issue 2814273004: Makes -init and -setType: available in CollectionViewItem (Closed)
Patch Set: Addressed comments 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/ui/collection_view/cells/collection_view_item.h
diff --git a/ios/chrome/browser/ui/collection_view/cells/collection_view_item.h b/ios/chrome/browser/ui/collection_view/cells/collection_view_item.h
index 78be71e4899e9ad81da799879a5aa1fe75460f85..e411471115750b86e3b81ce93baf4c6b622eb740 100644
--- a/ios/chrome/browser/ui/collection_view/cells/collection_view_item.h
+++ b/ios/chrome/browser/ui/collection_view/cells/collection_view_item.h
@@ -21,7 +21,6 @@
@property(nonatomic, assign) Class cellClass;
- (instancetype)initWithType:(NSInteger)type NS_DESIGNATED_INITIALIZER;
-- (instancetype)init NS_UNAVAILABLE;
// Configures the given cell with the item's information. Override this method
// to specialize. At this level, only accessibility properties are ported from

Powered by Google App Engine
This is Rietveld 408576698