diff --git a/src/models/src/NICellCatalog.h b/src/models/src/NICellCatalog.h index a6d18f627..91f5cafc0 100644 --- a/src/models/src/NICellCatalog.h +++ b/src/models/src/NICellCatalog.h @@ -16,9 +16,6 @@ #import "NICellFactory.h" -API_DEPRECATED_BEGIN("Follow go/material-ios-lists for list guidance instead.", - ios(12, API_TO_BE_DEPRECATED)) - typedef CGFloat (^NICellDrawRectBlock)(CGRect rect, id object, UITableViewCell* cell); /** @@ -173,5 +170,3 @@ typedef CGFloat (^NICellDrawRectBlock)(CGRect rect, id object, UITableViewCell* * * @fn NISubtitleCellObject::cellStyle */ - -API_DEPRECATED_END diff --git a/src/models/src/NICellFactory.h b/src/models/src/NICellFactory.h index 8614a7ffb..75dbafea3 100644 --- a/src/models/src/NICellFactory.h +++ b/src/models/src/NICellFactory.h @@ -19,9 +19,6 @@ #import "NITableViewModel.h" -API_DEPRECATED_BEGIN("Follow go/material-ios-lists for list guidance instead.", - ios(12, API_TO_BE_DEPRECATED)) - /** * A simple factory for creating table view cells from objects. * @@ -259,5 +256,3 @@ _model.delegate = (id)[NICellFactory class]; * * @fn NICellObject::userInfo */ - -API_DEPRECATED_END