// // RestCollectionViewCell.swift // Dindr // // Created by lsecrease on 9/15/15. // Copyright (c) 2015 ImagineME. All rights reserved. // import UIKit class RestCollectionViewCell: UICollectionViewCell { @IBOutlet weak var dishImage: UIImage! }