// // YBShowBigImageView.h // YBPlaying // // Created by IOS1 on 2019/10/30. // Copyright © 2019 IOS1. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YBShowBigImageView : UIScrollView @property (nonatomic,strong) UIImageView *imageView; - (void)setImage:(UIImage *)image; @end NS_ASSUME_NONNULL_END