mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Video editing preview
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
@synthesize cropMirrored = _cropMirrored;
|
||||
@synthesize paintingData = _paintingData;
|
||||
@synthesize sendAsGif = _sendAsGif;
|
||||
@synthesize toolValues = _toolValues;
|
||||
|
||||
+ (instancetype)editorValuesWithOriginalSize:(CGSize)originalSize cropRect:(CGRect)cropRect cropRotation:(CGFloat)cropRotation cropOrientation:(UIImageOrientation)cropOrientation cropLockedAspectRatio:(CGFloat)cropLockedAspectRatio cropMirrored:(bool)cropMirrored toolValues:(NSDictionary *)toolValues paintingData:(TGPaintingData *)paintingData sendAsGif:(bool)sendAsGif
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user