Today's Menu  Portugal
journal and plan nutrition
U7UsdaParamEntryViewController.h
Go to the documentation of this file.
1 //
2 // U7UsdaParamEntryViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 8/9/16.
6 // Copyright © 2016 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
14 #import "Z6ItemFocusDelegate.h"
16 
17 @interface U7UsdaParamEntryViewController : UIViewController <U3ParameterTableDelegate, Z6ItemFocusDelegate, Z6ParamEditTotalDelegate,
18  Z5HealthConnectionProtocol >
19 
20 @property (strong, nonatomic) NSMutableArray *nutritionComponents;
21 
22 - (id) initWithMenuItem:(MenuItem *)menuItem;
23 - (void) scrollForControlPanel;
24 - (void) updatedParameterArray:(NSArray *)parameterArray;
25 
26 @end
void scrollForControlPanel()
MenuItem * menuItem
NSMutableArray * nutritionComponents