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:
@@ -0,0 +1,15 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface TGPhotoPaintActionsView : UIView
|
||||
|
||||
@property (nonatomic, assign) UIInterfaceOrientation interfaceOrientation;
|
||||
|
||||
@property (nonatomic, copy) void (^undoPressed)(void);
|
||||
@property (nonatomic, copy) void (^redoPressed)(void);
|
||||
@property (nonatomic, copy) void (^clearPressed)(UIView *);
|
||||
|
||||
- (void)setUndoEnabled:(bool)enabled;
|
||||
- (void)setRedoEnabled:(bool)enabled;
|
||||
- (void)setClearEnabled:(bool)enabled;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user