hank
2017-04-28 706ba043d6c5dbda372b898faee3ae72e5efda4c
frameworks/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h
@@ -23,17 +23,18 @@
#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
/**
  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.
 */
@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
 */