Swiftgram/LegacyComponents/TGPhotoEditorCurvesHistogramView.h
2017-07-28 16:50:06 +03:00

9 lines
219 B
Objective-C

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