luxlabs header browser preview


@class NSString, NUImageHistogram;
@protocol NURenderStatistics;

@interface _NUHistogramRenderResult : _NURenderResult <NUHistogramRenderResult>

@property (readonly) NUImageHistogram *histogram;
@property (readonly) id<NURenderStatistics> 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