// // CollectionReusableFooterView.swift // SwiftTest // // Created by 王欣 on 2021/1/23. // Copyright © 2021 王欣. All rights reserved. // import UIKit class CollectionReusableFooterView: UICollectionReusableView { override func awakeFromNib() { super.awakeFromNib() // Initialization code } }