From 2c04c1484e42db737e4da3cebaed2b42199ff2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B2=9D=E6=96=AF=E9=84=A7=E4=B8=8D=E5=88=A9=E5=A4=9A?= Date: Thu, 7 Nov 2019 09:27:12 +0800 Subject: [PATCH] =?UTF-8?q?HA-1229=20=E4=BF=AE=E6=AD=A3=20merge=20?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E5=8F=83=E6=95=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RCTAppleHealthKit/RCTAppleHealthKit+Queries.h | 1 + RCTAppleHealthKit/RCTAppleHealthKit+Queries.m | 1 + 2 files changed, 2 insertions(+) diff --git a/RCTAppleHealthKit/RCTAppleHealthKit+Queries.h b/RCTAppleHealthKit/RCTAppleHealthKit+Queries.h index af6040c..36fca79 100644 --- a/RCTAppleHealthKit/RCTAppleHealthKit+Queries.h +++ b/RCTAppleHealthKit/RCTAppleHealthKit+Queries.h @@ -51,6 +51,7 @@ completion:(void (^)(NSArray *, NSError *))completion; - (void)fetchCumulativeSumStatisticsCollection:(HKQuantityType *)quantityType unit:(HKUnit *)unit + period:period startDate:(NSDate *)startDate endDate:(NSDate *)endDate ascending:(BOOL)asc diff --git a/RCTAppleHealthKit/RCTAppleHealthKit+Queries.m b/RCTAppleHealthKit/RCTAppleHealthKit+Queries.m index f42b9c0..8f5d790 100644 --- a/RCTAppleHealthKit/RCTAppleHealthKit+Queries.m +++ b/RCTAppleHealthKit/RCTAppleHealthKit+Queries.m @@ -588,6 +588,7 @@ - (void)fetchCumulativeSumStatisticsCollection:(HKQuantityType *)quantityType unit:(HKUnit *)unit + period:(NSUInteger)period startDate:(NSDate *)startDate endDate:(NSDate *)endDate ascending:(BOOL)asc -- 2.26.2