Add + Update screen : PlayMusic
This commit is contained in:
+7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user