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

12 lines
296 B
Objective-C

#import "TGPhotoEditorToolView.h"
#import "PGPhotoEditorItem.h"
#import "PGCurvesTool.h"
@interface TGPhotoEditorCurvesToolView : UIView <TGPhotoEditorToolView>
- (instancetype)initWithEditorItem:(id<PGPhotoEditorItem>)editorItem;
+ (UIColor *)colorForCurveType:(PGCurvesType)curveType;
@end