-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hazem El-Sisy
authored and
Terrillo Walls
committed
Feb 22, 2018
1 parent
15e89ce
commit 7df6845
Showing
7 changed files
with
517 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// | ||
// RCTAppleHealthKit+Methods_Dietary.h | ||
// RCTAppleHealthKit | ||
// | ||
// Created by Greg Wilson on 2016-06-26. | ||
// Copyright © 2016 Greg Wilson. All rights reserved. | ||
// | ||
|
||
#import "RCTAppleHealthKit.h" | ||
|
||
@interface RCTAppleHealthKit (Methods_Dietary) | ||
|
||
- (void)saveFood:(NSDictionary *)input callback:(RCTResponseSenderBlock)callback; | ||
- (void)saveWater:(NSDictionary *)input callback:(RCTResponseSenderBlock)callback; | ||
|
||
@end |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters