Files
ghostgram/submodules/LegacyComponents/Sources/PGPhotoHistogramGenerator.h
T

10 lines
220 B
Objective-C

#import "PGPhotoEditorRawDataOutput.h"
@class PGPhotoHistogram;
@interface PGPhotoHistogramGenerator : PGPhotoEditorRawDataOutput
@property (nonatomic, copy) void (^histogramReady)(PGPhotoHistogram *histogram);
@end