2022-03-08 20:44:45 +04:00

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