Swiftgram/LegacyComponents/TGPhotoEditorCurvesToolView.h
2017-07-28 16:50:06 +03: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