hank
2017-04-28 706ba043d6c5dbda372b898faee3ae72e5efda4c
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
@@ -22,27 +22,27 @@
#import <FBSDKShareKit/FBSDKShareVideo.h>
#import <FBSDKShareKit/FBSDKSharingContent.h>
/*!
 @abstract A model for video content to be shared.
/**
  A model for video content to be shared.
 */
@interface FBSDKShareVideoContent : NSObject <FBSDKSharingContent>
/*!
 @abstract The photo that represents the video.
 @return The photo
/**
  The photo that represents the video.
 - Returns: The photo
 */
@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
/*!
 @abstract The video to be shared.
 @return The video
/**
  The video to be shared.
 - Returns: The video
 */
@property (nonatomic, copy) FBSDKShareVideo *video;
/*!
 @abstract Compares the receiver to another video content.
 @param content The other content
 @return YES if the receiver's values are equal to the other content's values; otherwise NO
/**
  Compares the receiver to another video content.
 - Parameter content: The other content
 - Returns: YES if the receiver's values are equal to the other content's values; otherwise NO
 */
- (BOOL)isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;