Fix visibility

This commit is contained in:
Vlad 2020-08-07 14:21:52 +03:00
parent f0387692bc
commit 2c7c2c4ba5
1 changed files with 2 additions and 2 deletions

View File

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