RCTAppleHealthKit+NSUserDefaults.h 451 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  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