mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 16:46:02 +02: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
|