Today's Menu  Portugal
journal and plan nutrition
Z7EmpaneledTableView.h
Go to the documentation of this file.
1 //
2 // Z7EmpaneledTableView.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 6/8/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 Z7EmpaneledTableView : UITableView <UITableViewDelegate>
14 
15 - (id) initWithFrame:(CGRect)frame;
16 // inContainer:(id<Z7MessagesTableDelegate>)container;
17 
18 - (void) setViewForHead: (UIView<Z6ContainedView> *) headView;
19 - (void) spaceForSectionHead: (UIView<Z6ContainedView> *) headView;
20 - (void) measureForSectionHead: (float) headViewHeight;
21 - (void) setViewForTail: (UIView<Z6ContainedView> *) tailView;
22 
23 - (float) getViewHeightReqmt;
24 
25 // - (void ) showFoot: (Boolean)flag;
26 
27 @end