Fix conforming

This commit is contained in:
Vlad 2020-08-07 14:23:26 +03:00
parent 2c7c2c4ba5
commit 5fc4625bf6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
import UIKit.UIButton
extension UIButton: ButtonHolderView {
extension UIButton: ButtonHolder {
public var button: UIButton {
self
}