// import UIKit class ScanCell: UICollectionViewCell { @IBOutlet weak var customImageView: UIImageView! @IBOutlet weak var customLabel: UILabel! }