#import "RCTConvert.h" #import "CaptureConfig.h" @interface RCTConvert (CaptureConfig) + (CaptureConfig *)CaptureConfig:(id)json; @end