Files
ghostgram/submodules/LegacyComponents/Sources/TGPhotoEditorCurvesToolView.h
T

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