Swiftgram/submodules/LegacyComponents/Sources/TGPhotoEditorCurvesToolView.h
2025-06-18 17:24:21 +02:00

12 lines
313 B
Objective-C

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