mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Build ChatListUI
This commit is contained in:
13
submodules/LegacyComponents/Sources/TGPaintState.h
Normal file
13
submodules/LegacyComponents/Sources/TGPaintState.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class TGPaintBrush;
|
||||
|
||||
@interface TGPaintState : NSObject
|
||||
|
||||
@property (nonatomic, strong) UIColor *color;
|
||||
@property (nonatomic, assign, getter=isEraser) bool eraser;
|
||||
@property (nonatomic, assign) CGFloat weight;
|
||||
@property (nonatomic, strong) TGPaintBrush *brush;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user