Today's Menu  Portugal
journal and plan nutrition
Y4NutritionViewController.h
Go to the documentation of this file.
1 //
2 // Y4NutritionViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 4/19/16.
6 // Copyright © 2016 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
12 #import "U3MenuTableDelegate.h"
17 #import "ZOrientProtocol.h"
18 
19 @interface Y4NutritionViewController : UIViewController
20  < ZOrientProtocol,
21  U3ParameterTableDelegate,
22  U3MenuTableDelegate,
23  Z5HealthConnectionProtocol,
24  Z6MenuPanoramaDelegate,
25  Z6MenuItemControlbarDelegate,
26  Z6MenuApprovalDelegate,
27  Z3DateTimeFocusDelegate >
28 @property (strong, nonatomic) UIButton *addItemOnToday;
29 @property (strong, nonatomic) UILabel *label;
30 
31 @end
< ZOrientProtocol, U3ParameterTableDelegate, U3MenuTableDelegate, Z5HealthConnectionProtocol, Z6MenuPanoramaDelegate, Z6MenuItemControlbarDelegate, Z6MenuApprovalDelegate, Z3DateTimeFocusDelegate > UIButton * addItemOnToday