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