mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-16 07:41:08 +00:00
git-subtree-dir: submodules/LegacyComponents git-subtree-mainline:6086305304git-subtree-split:d559434616
12 lines
303 B
Objective-C
12 lines
303 B
Objective-C
#import <LegacyComponents/TGModernGalleryZoomableItemView.h>
|
|
|
|
@class TGModernGalleryImageItemImageView;
|
|
|
|
@interface TGModernGalleryImageItemView : TGModernGalleryZoomableItemView
|
|
|
|
@property (nonatomic) CGSize imageSize;
|
|
|
|
@property (nonatomic, strong) TGModernGalleryImageItemImageView *imageView;
|
|
|
|
@end
|