DataCollectionViewCell.swift 233 B

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