Add + Update screen : PlayMusic

This commit is contained in:
mrustaa
2024-07-31 15:59:53 +03:00
parent 18c90f0c63
commit 85d52cd837
107 changed files with 2883 additions and 392 deletions
@@ -8,6 +8,13 @@ class TaxiContainerHeaderView: XibView {
// MARK: - IBOutlets
// @IBOutlet weak var button: DesignButton!
required public override init() {
super.init()
let fr = CGRect(x: 0, y: 0, width: ScreenSize.width, height: 26)
super.frame = fr
}
required public init(frame: CGRect) {
super.init()
super.frame = frame