hank
2019-06-20 9fdbb77fd2d766c9aa88f6753108354592770058
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
@@ -22,17 +22,13 @@
#import <FBSDKShareKit/FBSDKShareVideo.h>
#import <FBSDKShareKit/FBSDKSharingContent.h>
NS_ASSUME_NONNULL_BEGIN
/**
  A model for video content to be shared.
 */
NS_SWIFT_NAME(ShareVideoContent)
@interface FBSDKShareVideoContent : NSObject <FBSDKSharingContent>
/**
  The photo that represents the video.
 @return The photo
 */
@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto
DEPRECATED_MSG_ATTRIBUTE("Use `video.previewPhoto`");
/**
  The video to be shared.
@@ -48,3 +44,5 @@
- (BOOL)isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;
@end
NS_ASSUME_NONNULL_END