@class NSString, NUImageHistogram; @protocol NURenderStatistics; @interface _NUHistogramRenderResult : _NURenderResult @property (readonly) NUImageHistogram *histogram; @property (readonly) id statistics; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithHistogram:(id)a0; - (void).cxx_destruct; @end