Skip to content

Commit

Permalink
Mark symbols to be deprecated
Browse files Browse the repository at this point in the history
Use standard Foundation APIs instead.

PiperOrigin-RevId: 457977232
  • Loading branch information
CGRect authored and material-automation committed Jun 29, 2022
1 parent f2191da commit adacbf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/src/NIFoundationMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#import "NIPreprocessorMacros.h"

API_DEPRECATED_BEGIN("Use standard Foundation APIs instead.", ios(12, API_TO_BE_DEPRECATED))

#if defined __cplusplus
extern "C" {
#endif
Expand Down Expand Up @@ -420,3 +422,5 @@ NSInteger NIBoundi(NSInteger value, NSInteger min, NSInteger max);
#endif

/**@}*/// End of Foundation Methods ///////////////////////////////////////////////////////////////

API_DEPRECATED_END

0 comments on commit adacbf3

Please sign in to comment.