Swiftgram/LegacyComponents/TGMediaPickerGalleryPhotoItemView.h
Ilya Laktyushin 50c8bb3afb no message
2017-12-11 20:18:49 +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