NonEMICollectionViewCell.swift 237 B

1234567891011121314
  1. //
  2. // NonEMICollectionViewCell.swift
  3. // Product Calculator
  4. //
  5. // Created by Suraj Kumar Mandal on 09/12/21.
  6. //
  7. import UIKit
  8. class NonEMICollectionViewCell: UICollectionViewCell {
  9. @IBOutlet var contentLabel: UILabel!
  10. }