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

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h
index 22745cd..ef34e28 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h
@@ -45,14 +45,14 @@
 
 /**
   Convenience method to build a new action and set the object for the specified key.
- - Parameter properties: Properties for the Open Graph object, which will be parsed into the proper models
+ @param properties Properties for the Open Graph object, which will be parsed into the proper models
  */
 + (instancetype)objectWithProperties:(NSDictionary *)properties;
 
 /**
   Compares the receiver to another Open Graph Object.
- - Parameter object: The other object
- - Returns: YES if the receiver's values are equal to the other object's values; otherwise NO
+ @param object The other object
+ @return YES if the receiver's values are equal to the other object's values; otherwise NO
  */
 - (BOOL)isEqualToShareOpenGraphObject:(FBSDKShareOpenGraphObject *)object;
 

--
Gitblit v1.8.0