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 99552f5 commit 66ffb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/MCaptchaView/MCaptchaView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ open class MCaptchaView: UIView {
updateCaptcha()
}

required public init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
public required init?(coder: NSCoder) {
super.init(coder: coder)
}

// colour
Expand Down

0 comments on commit 66ffb0b

Please sign in to comment.