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

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectTextures.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectTextures.h
index 37aeff3..9639b50 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectTextures.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKCameraEffectTextures.h
@@ -28,15 +28,15 @@
 
 /**
  Sets the image for a texture key.
- - Parameter image: The UIImage for the texture
- - Parameter name: The key for the texture
+ @param image The UIImage for the texture
+ @param key The key for the texture
  */
 - (void)setImage:(UIImage *)image forKey:(NSString *)key;
 
 /**
  Gets the image for a texture key.
- - Parameter name: The key for the texture
- - Returns: The texture UIImage or nil
+ @param key The key for the texture
+ @return The texture UIImage or nil
  */
 - (UIImage *)imageForKey:(NSString *)key;
 

--
Gitblit v1.8.0