// // YBShareViewCell.h // YBVideo // // Created by YB007 on 2019/8/30. // Copyright © 2019 cat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YBShareViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *thumbIV; @property (weak, nonatomic) IBOutlet UILabel *titleL; @end NS_ASSUME_NONNULL_END