From ec5b6e760e3efa65f568bf79798d224559472c90 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 21 Jun 2018 18:07:33 +0800
Subject: [PATCH] [Update] WAFbImpl (3.6.9)

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h
index 0e25c30..191c033 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h
@@ -24,6 +24,7 @@
 #import <FBSDKShareKit/FBSDKLiking.h>
 
 /**
+  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
@@ -31,6 +32,7 @@
  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>
 
 /**

--
Gitblit v1.8.0