Swiftgram/LegacyComponents/TGModernGalleryZoomableItemView.h
2017-07-22 01:05:13 +03: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