From b19a78b27247f5f0761c35b5b3e8a41876eabb05 Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 20 Apr 2021 17:18:32 +0800 Subject: [PATCH] no message --- frameworks/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h index 8b5ed3e..0f9e529 100644 --- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h +++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h @@ -28,7 +28,8 @@ Callback block for returning an array of FBSDKAccessToken instances (and possibly `NSNull` instances); or an error. */ typedef void (^FBSDKAccessTokensBlock)(NSArray<FBSDKAccessToken *> *tokens, NSError *_Nullable error) -NS_SWIFT_NAME(AccessTokensBlock); +NS_SWIFT_NAME(AccessTokensBlock) +DEPRECATED_MSG_ATTRIBUTE("AccessTokensBlock is deprecated and will be removed in the next major release"); /** @@ -44,6 +45,7 @@ an app id and app secret. You will typically use this class to write unit or integration tests. Make sure you NEVER include your app secret in your production app. */ +DEPRECATED_MSG_ATTRIBUTE("FBSDKTestUsersManager is deprecated and will be removed in the next major release") NS_SWIFT_NAME(TestUsersManager) @interface FBSDKTestUsersManager : NSObject -- Gitblit v1.8.0