// // RCTAppleHealthKit+NSUserDefaults.h // RCTAppleHealthKit // // Created by rosswang on 2017/12/12. // Copyright © 2017年 Greg Wilson. All rights reserved. // #import "RCTAppleHealthKit.h" @interface RCTAppleHealthKit (Methods_UserDefaults) - (void)set_UserDefaultsByKey:(NSDictionary *)input callback:(RCTResponseSenderBlock)callback; - (void)reset_UserDefaultsByKey:(NSDictionary *)input callback:(RCTResponseSenderBlock)callback; @end