RCTAppleHealthKit+Methods_Results.h 189 Bytes
Newer Older
1 2 3 4 5 6 7
#import "RCTAppleHealthKit.h"

@interface RCTAppleHealthKit (Methods_Results)

- (void)results_getBloodGlucoseSamples:(NSDictionary *)input callback:(RCTResponseSenderBlock)callback;

@end