WinterGram/submodules/LegacyComponents/Sources/TGMediaPickerGalleryPhotoItemView.h
2026-03-12 13:51:27 +01:00

15 lines
529 B
Objective-C

#import <LegacyComponents/TGModernGalleryZoomableItemView.h>
#import <LegacyComponents/TGModernGalleryEditableItemView.h>
#import <LegacyComponents/TGModernGalleryImageItemImageView.h>
@interface TGMediaPickerGalleryPhotoItemView : TGModernGalleryZoomableItemView <TGModernGalleryEditableItemView>
@property (nonatomic) CGSize imageSize;
@property (nonatomic, strong) TGModernGalleryImageItemImageView *imageView;
- (void)setLivePhotoMode:(TGMediaLivePhotoMode)mode;
- (void)returnFromEditing;
- (void)toggleSendAsGif;
@end