Today's Menu  Portugal
journal and plan nutrition
T1HealthKitViewController.h
Go to the documentation of this file.
1 //
2 // T1HealthKitViewController.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 11/23/16.
6 // Copyright © 2016 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
11 
12 @interface T1HealthKitViewController : UITableViewController
13  <UITableViewDelegate, UITableViewDataSource,
14  Z5HealthConnectionProtocol>
15 
16 @end