Today's Menu  Portugal
journal and plan nutrition
U5MealCollectionViewCell.h
Go to the documentation of this file.
1 //
2 // U5MealCollectionViewCell.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 1/3/19.
6 // Copyright © 2016 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface U5MealCollectionViewCell : UICollectionViewCell
12 @property (nonatomic, strong) UIImageView *imageView;
13 @property (nonatomic, strong) UILabel *textLabel;
14 @end