Today's Menu  Portugal
journal and plan nutrition
Z5HealthConnectionProtocol.h
Go to the documentation of this file.
1 //
2 // Z5HealthConnectionProtocol.h
3 // TodaysMenu
4 //
5 // Created by Don Zeek on 9/17/16.
6 // Copyright © 2016 net.dzeek.y2015.ios.portfolio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <HealthKit/HealthKit.h>
11 
12 @protocol Z5HealthConnectionProtocol <NSObject>
13 
14 - (void) healthQuantityTypeData: (HKQuantityType *)quantityType success: (Boolean) flag;
15 - (void) updateToAuthorizationOK;
16 
17 @end