Swiftgram/submodules/LegacyComponents/Sources/PGPhotoHistogramGenerator.h
2020-02-22 15:38:54 +04:00

10 lines
220 B
Objective-C

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