Typo fixed

This commit is contained in:
Artur 2019-04-19 18:00:36 +03:00
parent 544d5bc248
commit 223ca6a67e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ open class CustomizableButtonView: UIView {
// MARK: - Stored Properties
private let disposeBag = DisposeBag()
private let button = BigBossButton()
private let button = CustomizableButton()
public var tapOnDisabledButton: VoidBlock?
public var shadowView = UIView() {