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

9 lines
219 B
Objective-C

#import "TGPhotoEditorToolView.h"
#import "PGPhotoEditorItem.h"
@interface TGPhotoEditorCurvesHistogramView : UIView <TGPhotoEditorToolView>
- (instancetype)initWithEditorItem:(id<PGPhotoEditorItem>)editorItem;
@end