// // MenuCollectionViewCell.swift // app // // Created by Inigo Valentin on 30/09/16. // Copyright © 2016 Margolariak. All rights reserved. // import UIKit class MenuCollectionViewCell: UICollectionViewCell { @IBOutlet weak var myLabel: UILabel! }