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/FBSDKCameraEffectArguments.h |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectArguments.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectArguments.h
index 6f67f0a..6306f47 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectArguments.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectArguments.h
@@ -28,29 +28,29 @@
 
 /**
  Sets a string argument in the container.
- - Parameter string: The argument
- - Parameter key: The key for the argument
+ @param string The argument
+ @param key The key for the argument
  */
 - (void)setString:(NSString *)string forKey:(NSString *)key;
 
 /**
  Gets a string argument from the container.
- - Parameter key: The key for the argument
- - Returns: The string value or nil
+ @param key The key for the argument
+ @return The string value or nil
  */
 - (NSString *)stringForKey:(NSString *)key;
 
 /**
  Sets a string array argument in the container.
- - Parameter array: The array argument
- - Parameter key: The key for the argument
+ @param array The array argument
+ @param key The key for the argument
  */
 - (void)setArray:(NSArray<NSString *> *)array forKey:(NSString *)key;
 
 /**
  Gets an array argument from the container.
- - Parameter key: The key for the argument
- - Returns: The array argument
+ @param key The key for the argument
+ @return The array argument
  */
 - (NSArray *)arrayForKey:(NSString *)key;
 

--
Gitblit v1.8.0