CheckOrderFootView.swift 369 B

1234567891011121314151617181920
  1. //
  2. // CheckOrderFootView.swift
  3. // ADHTuanCan
  4. //
  5. // Created by 敖德亨 on 2023/11/3.
  6. //
  7. import UIKit
  8. class CheckOrderFootView: UIView {
  9. /*
  10. // Only override draw() if you perform custom drawing.
  11. // An empty implementation adversely affects performance during animation.
  12. override func draw(_ rect: CGRect) {
  13. // Drawing code
  14. }
  15. */
  16. }