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.
18 lines
336 B
18 lines
336 B
// |
|
// 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 |
|
} |
|
|
|
}
|
|
|