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:
@@ -0,0 +1,20 @@
|
||||
#import <LegacyComponents/TGPhotoPaintEntityView.h>
|
||||
#import <LegacyComponents/TGPhotoPaintStickerEntity.h>
|
||||
|
||||
@interface TGPhotoStickerSelectionView : TGPhotoPaintEntitySelectionView
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@interface TGPhotoStickerEntityView : TGPhotoPaintEntityView
|
||||
|
||||
@property (nonatomic, readonly) TGPhotoPaintStickerEntity *entity;
|
||||
@property (nonatomic, readonly) bool isMirrored;
|
||||
|
||||
- (instancetype)initWithEntity:(TGPhotoPaintStickerEntity *)entity;
|
||||
- (void)mirror;
|
||||
- (UIImage *)image;
|
||||
|
||||
- (CGRect)realBounds;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user