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