Video Editing

This commit is contained in:
Ilya Laktyushin
2020-05-23 13:26:53 +03:00
parent 29b23c767f
commit 7741978b7e
131 changed files with 3072 additions and 631 deletions

View File

@@ -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;