// // DataCollectionViewCell.swift // Product Calculator // // Created by Suraj Kumar Mandal on 09/12/21. // import UIKit class DataCollectionViewCell: UICollectionViewCell { @IBOutlet var contentLabel: UILabel! }