You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
336 B
19 lines
336 B
![]()
1 year ago
|
//
|
||
|
// 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
|
||
|
}
|
||
|
|
||
|
}
|