mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Build ChatListUI
This commit is contained in:
16
submodules/LegacyComponents/Sources/PGTintTool.h
Normal file
16
submodules/LegacyComponents/Sources/PGTintTool.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user