2020-02-22 15:38:54 +04:00

19 lines
431 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;
- (UIView *)transitionContentView;
- (void)reset;
- (void)forceUpdateLayout;
@end