Typo fixed
This commit is contained in:
parent
544d5bc248
commit
223ca6a67e
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue