Chromium Code Reviews| 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..9c0aaa0292905d77d1678ea0bf2483a31f86c7e0 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,7 @@ |
| @property(nonatomic, assign) Class cellClass; |
| - (instancetype)initWithType:(NSInteger)type NS_DESIGNATED_INITIALIZER; |
| -- (instancetype)init NS_UNAVAILABLE; |
| +- (instancetype)init; |
|
lpromero
2017/04/13 21:42:59
You can then remove -init.
Ideally, we would have
Moe
2017/04/14 02:55:38
RE: -init Done.
I see a couple of problems with mo
lpromero
2017/04/14 11:37:11
Acknowledged.
|
| // Configures the given cell with the item's information. Override this method |
| // to specialize. At this level, only accessibility properties are ported from |