Today's Menu  Portugal
journal and plan nutrition
U7USDAFoodDataTableView.m
Go to the documentation of this file.
1 //
2 // U7USDAFoodDataTableView.m
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 7/24/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
10 #import "Z5DataController.h"
11 #import "Z1ContainedLabel.h"
12 
37 @implementation U7USDAFoodDataTableView
38 
39 - (void) reloadData
40 {
41  [super reloadData];
42 }
43 
44 
45 @end