19 lines
373 B
Swift
19 lines
373 B
Swift
import UIKit
|
|
import ContainerControllerSwift
|
|
|
|
// typealias MapParkingHeaderButtonActionCallback = () -> Void
|
|
|
|
class MapParkingHeaderView: XibView {
|
|
|
|
// MARK: - IBOutlets
|
|
|
|
|
|
// @IBOutlet weak var button: DesignButton!
|
|
|
|
override func loadedFromNib() {
|
|
|
|
}
|
|
|
|
// @IBAction func buttonClickAction(_ sender: DesignButton) {
|
|
// }
|
|
} |