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