Today's Menu  Portugal
journal and plan nutrition
Z6ParamEditTotalDelegate.h
Go to the documentation of this file.
1 //
2 // Z6ParamEditTotalDelegate.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 3/25/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
12 #import "TotalEditStateEnum.h"
13 
14 @protocol Z6ParamEditTotalDelegate <Z6MenuItemControlbarDelegate, Z6ParamValueEditDelegate>
15 
16 @property (strong, nonatomic) NSArray *nutritionComponents;
17 
18 - (NSDictionary *) selectedParameterList;
19 - (void) addParameter: (NSDictionary *)newComponentSpecDict;
20 - (void) configureToState:(TotalEditStateEnum) state;
21 - (void) scrollForControlPanel;
22 - (void) showUpdatedHeaderFooter;
23 - (void) clickRemoveButton;
24 
25 @end
TotalEditStateEnum
NSMutableArray * nutritionComponents