Swiftgram/submodules/LegacyComponents/Sources/TGMediaPickerGalleryVideoScrubberThumbnailView.h
2020-06-25 18:20:36 +03:00

10 lines
316 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGMediaPickerGalleryVideoScrubberThumbnailView : UIView
- (instancetype)initWithImage:(UIImage *)image originalSize:(CGSize)originalSize cropRect:(CGRect)cropRect cropOrientation:(UIImageOrientation)cropOrientation cropMirrored:(bool)cropMirrored;
- (void)updateCropping;
@end