From b19a78b27247f5f0761c35b5b3e8a41876eabb05 Mon Sep 17 00:00:00 2001
From: lpw <pengwei.li@gamehollywood.com>
Date: Tue, 20 Apr 2021 17:18:32 +0800
Subject: [PATCH] no message

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
index 7264591..552eb2b 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h
@@ -18,32 +18,31 @@
 
 #import <Foundation/Foundation.h>
 
-#import <FBSDKShareKit/FBSDKSharePhoto.h>
-#import <FBSDKShareKit/FBSDKShareVideo.h>
-#import <FBSDKShareKit/FBSDKSharingContent.h>
+#import "FBSDKSharePhoto.h"
+#import "FBSDKShareVideo.h"
+#import "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