From 7cdaa24f3ba637804aca9247ae809c4cc1acc6ed Mon Sep 17 00:00:00 2001
From: lipengwei <lipengwei@nianben.com>
Date: Wed, 27 May 2020 09:41:28 +0800
Subject: [PATCH] 3.8.4

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
index 7264591..80c222e 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
@@ -22,28 +22,27 @@
 #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.
- - Returns: The photo
- */
-@property (nonatomic, copy) FBSDKSharePhoto *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;
 
 @end
+
+NS_ASSUME_NONNULL_END

--
Gitblit v1.8.0