Today's Menu  Portugal
journal and plan nutrition
U7ParamEditControlbarView.h
Go to the documentation of this file.
1 //
2 // U7ParamEditControlbarView.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 1/1/17.
6 // Copyright © 2017 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
11 #import "Z6ContainedView.h"
12 
13 @interface U7ParamEditControlbarView : UIView <Z6ContainedView>
14 
15 - (instancetype) initWithDelegate:(id<U7ParamEditControlDelegate>) delegate;
16 // - (void) fillViewForDelegate: (id<U7ParamEditControlDelegate>) delegate;
17 // - (void) showWithinEdit;
18 - (void) showRemoveOption: (Boolean) flag;
19 //- (void) showPickOptions;
20 //- (void) showReadyToConfirm;
21 //- (void) showAddSelectionButton: (Boolean) flag;
23 //- (void) showRemoveHidden;
25 //- (void) showParameterSelect;
26 - (void) showEditButton: (Boolean) flag;
27 @end