// // sliderCollectionVCell.h // yunbaolive // // Created by IOS1 on 2019/3/23. // Copyright © 2019 cat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface sliderCollectionVCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *imgV; @end NS_ASSUME_NONNULL_END