hank
2018-08-30 17e981a3c4cd9b41283ebe7e8dcbbce26d282a8a
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>
/**