mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
18 lines
396 B
Objective-C
18 lines
396 B
Objective-C
#import <LegacyComponents/TGModernGalleryItemView.h>
|
|
|
|
@class TGModernGalleryZoomableScrollView;
|
|
|
|
@interface TGModernGalleryZoomableItemView : TGModernGalleryItemView
|
|
|
|
@property (nonatomic, strong) UIView *containerView;
|
|
@property (nonatomic, strong) TGModernGalleryZoomableScrollView *scrollView;
|
|
|
|
- (CGSize)contentSize;
|
|
- (UIView *)contentView;
|
|
|
|
- (void)reset;
|
|
|
|
- (void)forceUpdateLayout;
|
|
|
|
@end
|