hank
2019-01-22 bf63695cd124ba0c3127f4cc8aa99c737729dd1d
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
@@ -22,25 +22,26 @@
#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.
/**
  The photo that represents the video.
 @return The photo
 */
@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto
DEPRECATED_MSG_ATTRIBUTE("Use `video.previewPhoto`");
/*!
 @abstract The video to be shared.
/**
  The video to be shared.
 @return The video
 */
@property (nonatomic, copy) FBSDKShareVideo *video;
/*!
 @abstract Compares the receiver to another video content.
/**
  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
 */