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