@class NSString, NSArray, _NURAWCameraSpaceProperties, CIFilter, _NURAWToneCurveProperties; @protocol NURAWNoiseReductionProperties; @interface _NURAWImageProperties : NSObject @property (retain) NSString *decoderVersion; @property (retain) NSArray *availableDecoderVersions; @property double temperature; @property double tint; @property (retain) CIFilter *rawConvert; @property (retain) id noiseReductionProperties; @property (retain) _NURAWCameraSpaceProperties *rawCameraSpaceProperties; @property (retain) _NURAWToneCurveProperties *rawToneCurveProperties; @property BOOL isAppleProRaw; @property BOOL isSensorRawCapture; @property BOOL isUnifiedBracketingHDRCapture; @property BOOL isDeepFusion; @property BOOL hasLensCorrection; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (id)inputNeutralXYFromRGB:(const double *)a0; @end