Skip to content

Commit

Permalink
修复验证码view内存泄露的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuke3 committed Apr 24, 2018
1 parent 663ff45 commit 8bfeb36
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ typedef NS_ENUM(NSInteger, NTESVerifyCodeLang) {
/**
* @abstract 验证码语言选项
*
* @说明 验证码枚举类型NTESVerifyCodeLang,NTESVerifyCodeLangCN表示中文,NTESVerifyCodeLangCN表示英文
* @说明 验证码枚举类型NTESVerifyCodeLang,NTESVerifyCodeLangCN表示中文,NTESVerifyCodeLangEN表示英文
* 不传默认中文。
*/
@property(nonatomic) NTESVerifyCodeLang lang;
Expand Down
Binary file modified Release/VerifyCode iOS SDK/sdk/VerifyCode.framework/Info.plist
Binary file not shown.
Binary file modified Release/VerifyCode iOS SDK/sdk/VerifyCode.framework/VerifyCode
Binary file not shown.

0 comments on commit 8bfeb36

Please sign in to comment.