mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Build ChatListUI
This commit is contained in:
23
submodules/LegacyComponents/Sources/TGClipboardPreviewCell.h
Normal file
23
submodules/LegacyComponents/Sources/TGClipboardPreviewCell.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <SSignalKit/SSignalKit.h>
|
||||
#import <LegacyComponents/TGImageView.h>
|
||||
|
||||
@class TGMediaSelectionContext;
|
||||
@class TGMediaEditingContext;
|
||||
|
||||
@interface TGClipboardPreviewCell : UICollectionViewCell
|
||||
|
||||
@property (nonatomic, readonly) UIImage *image;
|
||||
@property (nonatomic, readonly) TGImageView *imageView;
|
||||
|
||||
@property (nonatomic, strong) TGMediaSelectionContext *selectionContext;
|
||||
@property (nonatomic, strong) TGMediaEditingContext *editingContext;
|
||||
|
||||
- (void)setCornersImage:(UIImage *)cornersImage;
|
||||
|
||||
- (void)setImage:(UIImage *)image signal:(SSignal *)signal hasCheck:(bool)hasCheck;
|
||||
- (void)setHidden:(bool)hidden animated:(bool)animated;
|
||||
|
||||
@end
|
||||
|
||||
extern NSString *const TGClipboardPreviewCellIdentifier;
|
||||
Reference in New Issue
Block a user