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/FBSDKSharePhotoContent.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h
index 1fd0782..427c315 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h
@@ -20,19 +20,19 @@
 
 #import <FBSDKShareKit/FBSDKSharingContent.h>
 
-/*!
- @abstract A model for photo content to be shared.
+/**
+  A model for photo content to be shared.
  */
 @interface FBSDKSharePhotoContent : NSObject <FBSDKSharingContent>
 
-/*!
- @abstract Photos to be shared.
+/**
+  Photos to be shared.
  @return Array of the photos (FBSDKSharePhoto)
  */
 @property (nonatomic, copy) NSArray *photos;
 
-/*!
- @abstract Compares the receiver to another photo content.
+/**
+  Compares the receiver to another photo content.
  @param content The other content
  @return YES if the receiver's values are equal to the other content's values; otherwise NO
  */

--
Gitblit v1.8.0