1234567891011121314151617181920 |
- //
- // CheckOrderFootView.swift
- // ADHTuanCan
- //
- // Created by 敖德亨 on 2023/11/3.
- //
- import UIKit
- class CheckOrderFootView: UIView {
- /*
- // Only override draw() if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- override func draw(_ rect: CGRect) {
- // Drawing code
- }
- */
- }
|