Skip to content

Commit

Permalink
Unmark content view APIs as To Be Deprecated.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 461669290
  • Loading branch information
Jeff Verkoeyen authored and material-automation committed Jul 18, 2022
1 parent 67963ae commit 8a8a34d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/models/src/NICellCatalog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/**
Expand Down Expand Up @@ -173,5 +170,3 @@ typedef CGFloat (^NICellDrawRectBlock)(CGRect rect, id object, UITableViewCell*
*
* @fn NISubtitleCellObject::cellStyle
*/

API_DEPRECATED_END
5 changes: 0 additions & 5 deletions src/models/src/NICellFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -259,5 +256,3 @@ _model.delegate = (id)[NICellFactory class];
*
* @fn NICellObject::userInfo
*/

API_DEPRECATED_END

0 comments on commit 8a8a34d

Please sign in to comment.