mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
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
|