mirror of
https://github.com/danog/Telegram.git
synced 2024-12-12 17:37:33 +01:00
9 lines
219 B
C
9 lines
219 B
C
|
#import "TGPhotoEditorToolView.h"
|
||
|
#import "PGPhotoEditorItem.h"
|
||
|
|
||
|
@interface TGPhotoEditorCurvesHistogramView : UIView <TGPhotoEditorToolView>
|
||
|
|
||
|
- (instancetype)initWithEditorItem:(id<PGPhotoEditorItem>)editorItem;
|
||
|
|
||
|
@end
|