Add + PlayMusic fix update

This commit is contained in:
mrustaa
2024-09-04 05:27:39 +03:00
parent 46bb7d49f7
commit f0c7d0abb9
10 changed files with 51 additions and 26 deletions
@@ -7,7 +7,7 @@ class ExampleTextButtonBottomView: XibView {
// MARK: - IBOutlets
@IBOutlet private weak var titleLabel: UILabel?
@IBOutlet weak var titleLabel: UILabel?
// @IBOutlet weak var button: DesignButton!
@@ -32,4 +32,4 @@ class ExampleTextButtonBottomView: XibView {
// @IBAction func buttonClickAction(_ sender: DesignButton) {
// }
}
}