diff --git a/Sources/MCaptchaView/MCaptchaView.swift b/Sources/MCaptchaView/MCaptchaView.swift index 62688c1..9b96bae 100644 --- a/Sources/MCaptchaView/MCaptchaView.swift +++ b/Sources/MCaptchaView/MCaptchaView.swift @@ -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)