hank
2018-04-18 aeea4ef1f3b58453dcdf84b013345380efa3d8bc
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>
/**