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/FBSDKLikeButton.h | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h index 0b01c4e..191c033 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h @@ -23,17 +23,20 @@ #import <FBSDKShareKit/FBSDKLikeObjectType.h> #import <FBSDKShareKit/FBSDKLiking.h> -/*! - @abstract A button to like an object. - @discussion Tapping the receiver will invoke an API call to the Facebook app through a fast-app-switch that allows +/** + Warning: This class is deprecated. + A button to like an object. + + Tapping the receiver will invoke an API call to the Facebook app through a fast-app-switch that allows the object to be liked. Upon return to the calling app, the view will update with the new state. If the currentAccessToken has "publish_actions" permission and the object is an Open Graph object, then the like can happen seamlessly without the fast-app-switch. */ +__attribute__ ((deprecated)) @interface FBSDKLikeButton : FBSDKButton <FBSDKLiking> -/*! - @abstract If YES, a sound is played when the receiver is toggled. +/** + If YES, a sound is played when the receiver is toggled. @default YES */ -- Gitblit v1.8.0