MenuCollectionViewCell.swift 264 B

12345678910111213
  1. //
  2. // MenuCollectionViewCell.swift
  3. // app
  4. //
  5. // Created by Inigo Valentin on 30/09/16.
  6. // Copyright © 2016 Margolariak. All rights reserved.
  7. //
  8. import UIKit
  9. class MenuCollectionViewCell: UICollectionViewCell {
  10. @IBOutlet weak var myLabel: UILabel!
  11. }