Today's Menu  Portugal
journal and plan nutrition
P2SnapMealEntryViewController.h
Go to the documentation of this file.
1 //
2 // P2SnapMealEntryViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 1/8/19.
6 // Copyright © 2019 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "P2SnapMealInfoView.h"
11 
12 NS_ASSUME_NONNULL_BEGIN
13 
14 @interface P2SnapMealEntryViewController : UIViewController <P2SnapMealInfoProtocol>
15 
16 @property (strong, nonatomic) id<P2SnapMealInfoProtocol> mealDelegate;
17 @property (strong, nonatomic) UIImage *focusImage;
18 @property (strong, nonatomic) Meal *focusMeal;
19 
20 @end
21 
22 NS_ASSUME_NONNULL_END
UIImage * focusImage
id< P2SnapMealInfoProtocol > mealDelegate
Meal * focusMeal