Today's Menu  Portugal
journal and plan nutrition
V7GoogDriveTableView.h
Go to the documentation of this file.
1 //
2 // V7GoogDriveTableView.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 8/3/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
10 #import "Z1ContainedLabel.h"
12 
13 @interface V7GoogDriveTableView : Z7EmpaneledTableView <UITableViewDataSource>
14 
15 - (id) initWithFrame:(CGRect)frame
16  andHeader:(UIView *)headerView
17  inContainer:(id<V7GoogDriveTableDelegate>)container;
18 - (void) setTableCaption:(Z1ContainedLabel *)captionLabel;
19 
20 @end