#import @class TGModernGalleryZoomableScrollView; @interface TGModernGalleryZoomableItemView : TGModernGalleryItemView @property (nonatomic, strong) UIView *containerView; @property (nonatomic, strong) TGModernGalleryZoomableScrollView *scrollView; - (CGSize)contentSize; - (UIView *)contentView; - (void)reset; - (void)forceUpdateLayout; @end