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/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