Today's Menu  Portugal
journal and plan nutrition
P2SnapMealInfoView.h
Go to the documentation of this file.
1 //
2 // Z6MealInfoDelegate.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 3/23/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <UIKit/UIKit.h>
11 #import "Z6ContainingView.h"
12 #import "Z6ContainedView.h"
14 
15 @protocol Z6MealInfoProtocol <Z6ContainingView, UITextFieldDelegate>
16 
17 @end
18 //
19 // P2SnapMealInfoView.h
20 // TodaysMenu
21 //
22 // Created by Don Zeek on 3/23/17.
23 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
24 //
25 @protocol P2SnapMealInfoProtocol <NSObject>
26 - (void) reviewComplete;
27 @end
28 
29 @interface P2SnapMealInfoView : UIView <UITextFieldDelegate, Z6ContainedView>
30 @property (nonatomic, strong) Meal *focusMeal;
31 //- (instancetype) initWithImage:(UIImage *)image inFrame:(CGRect)frame delegate:(id<P2SnapMealInfoProtocol>)delegate;
32 - (instancetype) initWithMeal:(Meal *)meal inFrame:(CGRect)frame delegate:(id<P2SnapMealInfoProtocol>)delegate;
33 @end
id< U7ParamEditControlDelegate > delegate