RCTAppleHealthKit+Methods_Mindfulness.h 269 Bytes
Newer Older
skleest's avatar
skleest committed
1 2 3 4 5 6 7 8 9 10 11 12 13
//
//  RCTAppleHealthKit+Methods_Mindfulness.h
//  RCTAppleHealthKit
//
//

#import "RCTAppleHealthKit.h"

@interface RCTAppleHealthKit (Methods_Mindfulness)

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

@end