RCTConvert+CaptureConfig.h 144 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1
#import <React/RCTConvert.h>
2 3 4 5 6 7 8
#import "CaptureConfig.h"

@interface RCTConvert (CaptureConfig)

+ (CaptureConfig *)CaptureConfig:(id)json;

@end