From 13e53a03f4d50169d0cf7f72d414753ae6b421ce Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Tue, 22 Jan 2019 11:04:39 +0800
Subject: [PATCH] 添加V3.8.0

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h
index 43286dc..faed0ba 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h
@@ -28,7 +28,7 @@
 
 /**
   Open Graph Action to be shared.
- - Returns: The action
+ @return The action
  */
 @property (nonatomic, copy) FBSDKShareOpenGraphAction *action;
 
@@ -36,14 +36,14 @@
   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.
- - Returns: The property name for the Open Graph Object in the action
+ @return The property name for the Open Graph Object in the action
  */
 @property (nonatomic, copy) NSString *previewPropertyName;
 
 /**
   Compares the receiver to another Open Graph 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)isEqualToShareOpenGraphContent:(FBSDKShareOpenGraphContent *)content;
 

--
Gitblit v1.8.0