From bf63695cd124ba0c3127f4cc8aa99c737729dd1d Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:11:33 +0800 Subject: [PATCH] [Update] WAFbImpl (3.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