From 17e981a3c4cd9b41283ebe7e8dcbbce26d282a8a Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 30 Aug 2018 09:25:54 +0800 Subject: [PATCH] [Update] WAFbImpl (3.7.0) --- frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h index 9350c58..6ce351d 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h @@ -83,7 +83,7 @@ FBSDK_EXTERN NSString *NSStringFromFBSDKLikeControlStyle(FBSDKLikeControlStyle style); /** - + Warning: This class is deprecated. UI control to like an object in the Facebook graph. @@ -91,6 +91,7 @@ fast-app-switch that allows the user to like the object. Upon return to the calling app, the view will update with the new state and send actions for the UIControlEventValueChanged event. */ +__attribute__ ((deprecated)) @interface FBSDKLikeControl : UIControl <FBSDKLiking> /** -- Gitblit v1.8.0