Swiftgram/LegacyComponents/TGMediaPickerGalleryPhotoItemView.h
2017-07-28 16:50:06 +03:00

12 lines
389 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;
@end