hank
2019-01-22 13e53a03f4d50169d0cf7f72d414753ae6b421ce
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
@@ -29,20 +29,21 @@
/**
  The photo that represents the video.
 - Returns: The photo
 @return The photo
 */
@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto
DEPRECATED_MSG_ATTRIBUTE("Use `video.previewPhoto`");
/**
  The video to be shared.
 - Returns: The video
 @return The video
 */
@property (nonatomic, copy) FBSDKShareVideo *video;
/**
  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
 @param content The other content
 @return YES if the receiver's values are equal to the other content's values; otherwise NO
 */
- (BOOL)isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;