mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Video Editing
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
|
||||
@end
|
||||
|
||||
@protocol TGPhotoPaintStickersContext;
|
||||
|
||||
@interface TGPhotoStickerEntityView : TGPhotoPaintEntityView
|
||||
|
||||
@property (nonatomic, readonly) TGPhotoPaintStickerEntity *entity;
|
||||
@property (nonatomic, readonly) bool isMirrored;
|
||||
|
||||
- (instancetype)initWithEntity:(TGPhotoPaintStickerEntity *)entity;
|
||||
- (instancetype)initWithEntity:(TGPhotoPaintStickerEntity *)entity context:(id<TGPhotoPaintStickersContext>)context;
|
||||
- (void)mirror;
|
||||
- (UIImage *)image;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user