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: 458229848
  • Loading branch information
CGRect authored and material-automation committed Jun 30, 2022
1 parent adacbf3 commit 372144c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/src/NISDKAvailability.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#import "NIPreprocessorMacros.h"

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

/**
* For checking SDK feature availibility.
*
Expand Down Expand Up @@ -255,3 +257,5 @@ Class NIUITapGestureRecognizerClass(void) __NI_DEPRECATED_METHOD;


/**@}*/// End of SDK Availability /////////////////////////////////////////////////////////////////

API_DEPRECATED_END

0 comments on commit 372144c

Please sign in to comment.