SubMenuCollectionViewCell.swift 291 B

1234567891011121314151617
  1. //
  2. // SubMenuCollectionViewCell.swift
  3. // Product Calculator
  4. //
  5. // Created by Suraj Kumar Mandal on 13/11/21.
  6. //
  7. import UIKit
  8. class SubMenuCollectionViewCell: UICollectionViewCell {
  9. override func awakeFromNib() {
  10. super.awakeFromNib()
  11. // Initialization code
  12. }
  13. }