Today's Menu  Portugal
journal and plan nutrition
V7USDAdataViewController.h
Go to the documentation of this file.
1 //
2 // V7USDAdataViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 6/17/18.
6 // Copyright © 2018 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
11 #import "V7UsdaFoodsTableView.h"
14 
15 @interface V7USDAdataViewController : UIViewController <NSURLConnectionDelegate,
16  V7UsdaFoodsTableDelegate,
17  V7foodTextFieldDelegate,
18  UITableViewDataSource,
19  UITableViewDelegate>
20 {
21  NSMutableData *_responseData;
22 }
23 @end