mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-19 09:41:29 +00:00
14 lines
449 B
Objective-C
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
|