18c90f0c63
1 BuyStock 2 CustomCard 3 Crypto 4 MapParking 5 Sport 6 Taxi
21 lines
427 B
Swift
21 lines
427 B
Swift
import UIKit
|
|
import ContainerControllerSwift
|
|
|
|
// typealias CustomCardHeaderMiniButtonActionCallback = () -> Void
|
|
|
|
class CustomCardHeaderMiniView: XibView {
|
|
|
|
// MARK: - IBOutlets
|
|
|
|
@IBOutlet weak var titleLabel: UILabel?
|
|
|
|
// @IBOutlet weak var button: DesignButton!
|
|
|
|
override func loadedFromNib() {
|
|
|
|
}
|
|
|
|
// @IBAction func buttonClickAction(_ sender: DesignButton) {
|
|
// }
|
|
}
|