Swiftgram/submodules/LegacyComponents/Sources/TGMediaPickerGalleryPhotoItemView.h
2025-06-18 17:24:21 +02:00

14 lines
449 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)toggleSendAsGif;
@end