mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 08:36:07 +02: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
|