SortPageSectionHeader.swift 545 Bytes
//
//  SortPageSectionHeader.swift
//  HDFwear
//
//  Created by daifengyi on 2023/5/20.
//

import UIKit

class SortPageSectionHeader: UITableViewHeaderFooterView {
    @IBOutlet weak var topLabelTopConstraint: NSLayoutConstraint!
    @IBOutlet weak var topLabel: UILabel!
    @IBOutlet weak var bottomLabel: UILabel!
    /*
    // Only override draw() if you perform custom drawing.
    // An empty implementation adversely affects performance during animation.
    override func draw(_ rect: CGRect) {
        // Drawing code
    }
    */

}