Swiftgram/submodules/LegacyComponents/Sources/TGMediaPickerGalleryVideoScrubberThumbnailView.h
2020-02-22 15:38:54 +04:00

8 lines
291 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;
@end