mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-19 04:00:54 +00:00
12 lines
389 B
Objective-C
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
|