hank
2018-06-21 ec5b6e760e3efa65f568bf79798d224559472c90
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>
/**