From e81c27b13950ca02baa879ae7b8108c0c3ef7fb0 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 20 Jun 2019 09:47:31 +0800
Subject: [PATCH] 添加V3.8.2

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h
index 4393b0c..f83915e 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h
@@ -21,29 +21,34 @@
 #import <FBSDKShareKit/FBSDKShareOpenGraphAction.h>
 #import <FBSDKShareKit/FBSDKSharingContent.h>
 
-/*!
- @abstract A model for Open Graph content to be shared.
+NS_ASSUME_NONNULL_BEGIN
+
+/**
+  A model for Open Graph content to be shared.
  */
+NS_SWIFT_NAME(ShareOpenGraphContent)
 @interface FBSDKShareOpenGraphContent : NSObject <FBSDKSharingContent>
 
-/*!
- @abstract Open Graph Action to be shared.
+/**
+  Open Graph Action to be shared.
  @return The action
  */
 @property (nonatomic, copy) FBSDKShareOpenGraphAction *action;
 
-/*!
- @abstract Property name that points to the primary Open Graph Object in the action.
- @discussion The value that this action points to will be use for rendering the preview for the share.
- @return The property name for the Open Graph Object in the action
+/**
+  Property name that points to the primary Open Graph Object in the action.
+
+ The value that this action points to will be use for rendering the preview for the share.
  */
 @property (nonatomic, copy) NSString *previewPropertyName;
 
-/*!
- @abstract Compares the receiver to another Open Graph content.
+/**
+  Compares the receiver to another Open Graph content.
  @param content The other content
  @return YES if the receiver's values are equal to the other content's values; otherwise NO
  */
 - (BOOL)isEqualToShareOpenGraphContent:(FBSDKShareOpenGraphContent *)content;
 
 @end
+
+NS_ASSUME_NONNULL_END

--
Gitblit v1.8.0