Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mash3l777 committed Mar 4, 2021
1 parent 5a2b010 commit d4c9cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MCaptchaView/MCaptchaView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class MCaptchaView: UIView {

// Verification code update block
var captchaCompletionBlock: ((_ captcha: String?) -> Void)?
private var codeList: [AnyHashable]?
var codeList: [AnyHashable]?

public override init(frame: CGRect) {
super.init(frame: frame)
Expand Down

0 comments on commit d4c9cd9

Please sign in to comment.