BEHealthKit 1.11
A HealthKit plugin for Unity
Loading...
Searching...
No Matches
BEHealthKit+clinicalRecords.h
1//
2// BEHealthKit+clinicalRecords.h
3// Unity-iPhone
4//
5// Created by greay on 3/9/20.
6//
7
8#import <Foundation/Foundation.h>
9
10#import "BEHealthKit.h"
11
17@interface BEHealthKit (clinicalRecords)
18
24- (void)readHealthRecords:(HKSampleType *)sampleType resultsHandler:(void (^)(id result, NSError *error))resultsHandler;
25
26@end
27
28// hooks for external interface
29// ----------------------------
30void _ReadHealthRecord(char *identifier);