mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
17 lines
412 B
Objective-C
17 lines
412 B
Objective-C
#import "PGPhotoTool.h"
|
|
|
|
@interface PGTintToolValue : NSObject <PGCustomToolValue>
|
|
|
|
@property (nonatomic, assign) UIColor *shadowsColor;
|
|
@property (nonatomic, assign) UIColor *highlightsColor;
|
|
@property (nonatomic, assign) CGFloat shadowsIntensity;
|
|
@property (nonatomic, assign) CGFloat highlightsIntensity;
|
|
|
|
@property (nonatomic, assign) bool editingHighlights;
|
|
|
|
@end
|
|
|
|
@interface PGTintTool : PGPhotoTool
|
|
|
|
@end
|