From 27832ca8f32b6e62dfc7522634fb5892a5c111bd Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Wed, 18 Apr 2018 15:09:55 +0800 Subject: [PATCH] 添加V3.6.7 --- 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