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