mirror of
https://github.com/danog/Telegram.git
synced 2024-12-12 17:37:33 +01:00
10 lines
220 B
Objective-C
10 lines
220 B
Objective-C
#import "PGPhotoEditorRawDataOutput.h"
|
|
|
|
@class PGPhotoHistogram;
|
|
|
|
@interface PGPhotoHistogramGenerator : PGPhotoEditorRawDataOutput
|
|
|
|
@property (nonatomic, copy) void (^histogramReady)(PGPhotoHistogram *histogram);
|
|
|
|
@end
|