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

14 lines
415 B
Objective-C

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