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,8 +7,8 @@ class ExampleTextHeaderView: XibView {
// MARK: - IBOutlets
@IBOutlet private weak var firstImageView: UIImageView?
@IBOutlet private weak var subtitleLabel: UILabel?
@IBOutlet weak var firstImageView: UIImageView?
@IBOutlet weak var subtitleLabel: UILabel?
// @IBOutlet weak var button: DesignButton!
@@ -33,4 +33,4 @@ class ExampleTextHeaderView: XibView {
// @IBAction func buttonClickAction(_ sender: DesignButton) {
// }
}
}