MenuCollectionViewCell.swift 300 B

123456789101112131415
  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 label: UILabel!
  11. @IBOutlet weak var bar: UIView!
  12. }